Click or drag to resize

IReplicatorRemoveTarget Method


Removes a Replication Target from collection.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool RemoveTarget(
	IReplicationTarget target
)

Parameters

target  IReplicationTarget
Replication Target to remove from collection

Return Value

Boolean
True if target belongs to this replicator, false otherwise.
See Also