Method GetRequestAttachmentPath
Gets Request Attachment Path valueUsage
Function GetRequestAttachmentPath(
String Name,
Boolean Report [Optional]
)
Parameters
Name
Type: String
The name of the Attachment
Report (optional)
Type: Boolean
Default Value: False
Generate report for this step
Returns
Attachment Path
Example
VBScript
msgbox Server("API Server").Method("CreateBook").GetRequestAttachmentPath("book", True)
JavaScript
alert(Server("API Server").Method("CreateBook").GetRequestAttachmentPath("book", true));