Click or drag to resize

ILoggingManagerGetPublishingPostProcessLogEntries Method


Gets a wrapper containing post-publish processing data.This allows access to collections of post-process entries, errors that occurred, and additional files introduced.

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

Parameters

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

Return Value

Type: IPublishingLogPostProcessItemEntries
A IPublishingLogPostProcessItemEntries object containing post-publish processing data.
See Also