SiteHasMastership

Description

Tests whether this Group object is mastered in the local, session database and returns True if it is mastered in the local site and otherwise returns False.

This method supports MultiSite operations.

An object can be modified or deleted only in its schema repository (master database). An object's initial master database is the database in which it is first created, but the master database can be changed by using the MultiUtil tool.

Syntax

VBScript


group.SiteHasMastership

Perl


$group->SiteHasMastership();
Identifier
Description
group
A Group object, representing one set of users associated with the current schema repository.
Return value
Returns True if this object is mastered in the session database, and otherwise returns False.