Description
Removes folder permissions that
are visible permissions on the folder.
All items in the permissions argument
that match any visible permissions on the folder are removed from the folder.
The method does not remove a permission for a group the user is not a member
of, unless the user also has the Security Administrator privilege.
Remarque : This
method became available in version 7.1.0.
Syntaxe
VBScript
folder.RemovePermissions (permissions)
Perl
$folder->RemovePermissions(permissions);
- Identificateur
- Description
- dossier
- A Folder object obtained from the current workspace.
- droits
- A Permissions object that lists the permissions to be removed from the
folder. All permissions that match any visible permissions on the folder are
removed from the folder.
- Valeur de retour
- Aucune.