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.6.492
Syntax
IReplicationTarget Target(
	string targetId
)

Parameters

targetId  String
ID of the Replication Target to retrieve

Return Value

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