SiteHasMastership

Description

Tests whether this User 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


user.SiteHasMastership

Perl


$user->SiteHasMastership();
Identifier
Description
user
A User object.
Return value
A Boolean True or False.