IReplicatorReorderTargets Method
|
Reorder the sequence of
Replicator Targets in the collection. When this replicator is configured to replicate sequentially, this method affects which
Target
performs replication first.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid ReorderTargets(
string[] idList
)
Sub ReorderTargets (
idList As String()
)
void ReorderTargets(
array<String^>^ idList
)
abstract ReorderTargets :
idList : string[] -> unit Parameters
- idList String
- Array of Replication Target IDs in the desired order.
See Also