Click or drag to resize

IReplicatorTarget Method


Retrieves a Replicator Target by its unique ID.

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