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.492
Syntax
IPublishingLogEntries GetPublishingLogEntries(
	string logId
)

Parameters

logId  String
The ID of the log whose entries to retrieve.

Return Value

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