IReplicatorRemoveTarget Method Ingeniux CMS Content Store API

Removes a Replication Target from collection.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference