Click or drag to resize

ILoggingManagerGetPublishingLogEntries Method


Gets a collection wrapper containing a collection of published log entries and a collection of failed entries for a given publish log.

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

Parameters

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

Return Value

Type: IPublishingLogEntries
A IPublishingLogEntries object containing collections of failed and published entries.
See Also