Click or drag to resize

ILoggingManagerGetReplicationLog Method


Get a publish log given an ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IReplicationLog GetReplicationLog(
	string id
)

Parameters

id
Type: SystemString
The ID of the log to retrieve.

Return Value

Type: IReplicationLog
The specified replication log. If a log with the given ID doesn't exist, returns null.
See Also