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.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void ReorderTargets(
string[] idList
)
Sub ReorderTargets (
idList As String()
)
void ReorderTargets(
array<String^>^ idList
)
abstract ReorderTargets :
idList : string[] -> unit
Parameters
- idList
- Type: SystemString
Array of Replication Target IDs in the desired order.
See Also