Get Folder Permissions
Returns the permissions for the configured folder.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Folder | String | Yes | The full path for the folder. |
Output Parameters
Name | Type | Description |
---|---|---|
ResourceACLList | Collection |
A collection of the folder's permissions, each permission contains the following:
|
Result | Number |
Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Folder | String | Yes | C:\folder1\folder2 |