GetAppliedPermissions

Description

Returns the permissions applied directly to this folder that the current user is allowed to see. The return value is limited for a non-privileged user to the permissions for the groups the user is allowed to see, rather than all permissions applied to the folder.

Remarque : This method became available in version 7.1.0.

Syntaxe

VBScript

folder.GetAppliedPermissions 

Perl

$folder->GetAppliedPermissions(); 
Identificateur
Description
dossier
A Folder object obtained from the current workspace.
Return value
Returns a Permissions object that represents the set of permissions applied directly to the folder.

Commentaires en retour