GetPossiblePermissions

Description

Returns the set of permissions that can be applied to a folder. Each Permission in the collection has a valid permission kind and uses the Everyone group.

Note: This method became available in version 7.1.0.

Syntax

VBScript


folder.GetPossiblePermissions 

Perl


$folder->GetPossiblePermissions(); 
Identifier
Description
folder
A Folder object obtained from the current workspace.
Return value
Returns a Permissions object that represents the set of permissions that can be applied to the folder.