GetAppliedPermissionsForGroup

Description

Returns the permissions applied directly to the folder for the named group.

Remarque : This method became available in version 7.1.0.

Syntaxe

VBScript

folder.GetAppliedPermissionsForGroup groupName

Perl

$folder->GetAppliedPermissionsForGroup(groupName); 
Identificateur
Description
dossier
A Folder object obtained from the current workspace.
groupName
A String containing a group name.
Valeur de retour
Returns a Permissions object that represents the set of permissions applied directly to the folder for the named group.

Feedback