AddPermissions

Description

Adds permissions to those already set on the folder. Adding permissions does not add duplicates, and does not produce an error if there are duplicates. The method does not set 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.AddPermissions (permissions)

Perl

$folder->AddPermissions(permissions); 
Identificateur
Description
folder
A Folder object obtained from the current workspace.
permissions
A Permissions object that represents a set of visible permissions to be added to the folder.
Return value
Aucune.

Commentaires en retour