GetWorkspaceItemMasterReplicaName

Description

Returns the master replica name of the workspace item. You can use this method to retrieve the mastership location of a workspace item in a MultiSite environment.

Note: This method became available in version 7.0.0.0.

Syntax

VBScript


workspace.GetWorkspaceItemMasterReplicaName dbid

Perl


$workspace->GetWorkspaceItemMasterReplicaName(dbid); 
Identifier
Description
workspace
The Workspace object obtained from the current session.
dbid
A Long containing the DBID of the workspace item.
Return value
Returns a String containing the name of the master replica for the workspace item.