IReplicatorTarget Method Ingeniux CMS Content Store API

Retrieves a Replicator Target by its unique ID.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IReplicationTarget Target(
	string targetId
)

Parameters

targetId
Type: SystemString
ID of the Replication Target to retrieve

Return Value

Type: IReplicationTarget
Replication target with matching ID, or null if no target with matching ID is found.
See Also

Reference