Description
Returns the one effective permission used
to control access to the folder for a named user. This permission may or may
not be applied to the folder itself. That is, the returned Permission object
may be applied to a containing folder.
Remarque : This method became available
in version 7.1.0.
Syntaxe
VBScript
folder.GetPermissionForUser userName
Perl
$folder->GetPermissionForUser(userName);
- Identificateur
- Description
- dossier
- A Folder object obtained from the current workspace.
- userName
- A String containing a user name.
- Valeur de retour
- Returns a Permission object that represents the one effective
permission used to control access to the folder for the named user.