GetFolder

Description

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

Note: This method became available in version 7.1.0.

Syntax

VBScript


permission.GetFolder  

Perl


$permission->GetFolder(); 
Identifier
Description
permission
A Permission object obtained from the current session.
Return value
Returns the Folder object the permission is associated with. Returns null if the Folder does not exist.