Description
Indicates whether the current site has mastership
of the folder. Returns True if the current site has mastership of the folder;
False otherwise.
Remarque : This method became available in version
7.1.0.
Syntaxe
VBScript
folder.SiteHasMastership
Perl
$folder->SiteHasMastership();
- Identificateur
- Description
- dossier
- A Folder object obtained from the current workspace.
- Valeur de retour
- Returns a Boolean True if the current site has mastership
of the folder; False otherwise.