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.

Note: This method became available in version 7.1.0.

Syntax

VBScript


folder.AddPermissions (permissions)

Perl


$folder->AddPermissions(permissions); 
Identifier
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
None.