SetWorkspaceItemMasterReplica

Description

Sets the mastership of the workspace item. You can use this method to change the mastership location for a workspace item (for example, change the mastership of a query in a Public Folder) in a MultiSite environment.

Syntax

VBScript


workspace.SetWorkspaceItemMasterReplica replicaName, dbid 

Perl


$workspace->SetWorkspaceItemMasterReplica(replicaName, dbid); 
Identifier
Description
workspace
The Workspace object obtained from the current session.
replicaName
String that specifies the replica name that is to have mastership of the workspace item.
dbid
A Long containing the existing DBID of a workspace item.
Return value
None.