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.

Remarque : This method became available in version 7.1.0.

Syntaxe

VBScript

folder.GetPossiblePermissions 

Perl

$folder->GetPossiblePermissions(); 
Identificateur
Description
dossier
A Folder object obtained from the current workspace.
Valeur de retour
Returns a Permissions object that represents the set of permissions that can be applied to the folder.

Feedback