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.5.94
Syntax
bool RemoveTarget(
	IReplicationTarget target
)

Parameters

target
Type: Ingeniux.CMSIReplicationTarget
Replication Target to remove from collection

Return Value

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