Click or drag to resize

ILoggingManagerGetLog Method


Get a publish log given a log ID.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IPublishLog GetLog(
	string id
)

Parameters

id  String
The ID of the log to retrieve.

Return Value

IPublishLog
The specified publish log. If a log with the given ID doesn't exist, returns null.
See Also