SetMasterReplicaName
Description
Sets mastership of the folder to the named replica.
Note: This method became available in version 7.1.0.
Syntax
VBScript
folder.SetMasterReplicaName replicaName
Perl
$folder->SetMasterReplicaName(replicaName);
- Identifier
- Description
- folder
- A Folder object obtained from the current workspace.
- replicaName
- A String that specifies the name of the replica to set for mastership of the folder.
- Return value
- None.