GetFolder

Description

Returns the Folder object the permission is associated with. Returns null if the Folder does not exist.

Remarque : This method became available in version 7.1.0.

Syntaxe

VBScript

permission.GetFolder  

Perl

$permission->GetFolder(); 
Identificateur
Description
droit d'accès
A Permission object obtained from the current session.
Valeur de retour
Returns the Folder object the permission is associated with. Returns null if the Folder does not exist.

Feedback