SiteHasMastership

Description

Indicates whether the current site has mastership of the folder. Returns True if the current site has mastership of the folder; False otherwise.

Note: This method became available in version 7.1.0.

Syntax

VBScript


folder.SiteHasMastership 

Perl


$folder->SiteHasMastership(); 
Identifier
Description
folder
A Folder object obtained from the current workspace.
Return value
Returns a Boolean True if the current site has mastership of the folder; False otherwise.