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.

Remarque : This method became available in version 7.0.0.0.

Syntaxe

VBScript

workspace.SetWorkspaceItemMasterReplica replicaName, dbid 

Perl

$workspace->SetWorkspaceItemMasterReplica(replicaName, dbid); 
Identificateur
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.
Valeur de retour
Aucune.

Commentaires