Description
Returns the permissions
applied directly to the folder for the named user.
Remarque : This method became
available in version 7.1.0.
Syntaxe
VBScript
folder.GetAppliedPermissionsForUser userName
Perl
$folder->GetAppliedPermissionsForUser(userName);
- Identificateur
- Description
- dossier
- A Folder object obtained from the current workspace.
- userName
- A String containing a user name.
- Valeur de retour
- Returns a Permissions object that represents the set of
permissions applied directly to the folder for the named user.