aras.downloadFile Method
Downloads a file from vault server.Syntax
aras.downloadFile(fileNd,preferredName)Parameters
| Name | Type | Description |
|---|---|---|
| fileNd | Object | Required. File Item node. |
| preferredName | String | Optional. The file name. Default uses original file name. |
Return Value
A Boolean.Returns true if the file is downloaded successfully, otherwise returns false.
See Also
aras ObjectAras Innovator Client Framework
Comments
Post a Comment