Click or drag to resize

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.5.94
Syntax
void ReorderTargets(
	string[] idList
)

Parameters

idList
Type: SystemString
Array of Replication Target IDs in the desired order.
See Also