GetAppliedPermissions
Description
Returns the permissions applied directly to this folder that the current user is allowed to see. The return value is limited for a non-privileged user to the permissions for the groups the user is allowed to see, rather than all permissions applied to the folder.
Note: This method became available in version 7.1.0.
Syntax
VBScript
folder.GetAppliedPermissions
Perl
$folder->GetAppliedPermissions();
- Identifier
- Description
- folder
- A Folder object obtained from the current workspace.
- Return value
- Returns a Permissions object that represents the set of permissions applied directly to the folder.