Click or drag to resize

ILoggingManagerGetReplicationLogEntries Method


Get the replication log entries given a log ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IReplicationLogEntries GetReplicationLogEntries(
	string logId
)

Parameters

logId
Type: SystemString
The ID of the log whose entries to retrieve.

Return Value

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