MobileCRM.Application.getFiles - Resconet/JSBridge GitHub Wiki
Asynchronously gets the list of files from the application local data.
Argument | Type | Description |
---|---|---|
path | String | Defines the relative path of the Directory in the application local data. |
success | function(result) | A callback function which carry the array of files names in the directory. |
failed | function(error) | A callback function for command failure. The error argument will carry the error message. |
scope | A scope for calling the callbacks; set "null" to call the callbacks in global scope. |