DiscoverPermissionsForGroup
Description
Returns a list of all the permissions for the named group, starting at a certain folder and including all of its subfolders. If the group name is empty, this method returns permissions for any group. The result is ordered from the current folder to the subfolders in a depth-first traversal order.
Note: This method became available in
version 7.1.0.
Syntax
VBScript
folder.DiscoverPermissionsForGroup groupName
Perl
$folder->DiscoverPermissionsForGroup(groupName);
- Identifier
- Description
- folder
- A Folder object obtained from the current workspace.
- groupName
- A String containing a group name.
- Return value
- Returns a Permissions object that lists all the permissions for the named group, starting at a certain folder and including all of its subfolders.