RemovePermissions

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.

Note: This method became available in version 7.1.0.

Syntax

VBScript


folder.RemovePermissions (permissions)

Perl


$folder->RemovePermissions(permissions); 
Identifier
Description
folder
A Folder object obtained from the current workspace.
permissions
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.
Return value
None.