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.
Remarque : This
method became available in version 7.0.0.0.
Syntaxe
VBScript
workspace.GetWorkspaceItemMasterReplicaName dbid
Perl
$workspace->GetWorkspaceItemMasterReplicaName(dbid);
- Identificateur
- 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.