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
)
Function GetPublishingLogEntries (
logId As String
) As IPublishingLogEntries
IPublishingLogEntries^ GetPublishingLogEntries(
String^ logId
)
abstract GetPublishingLogEntries :
logId : string -> IPublishingLogEntries
Parameters
- logId
- Type: SystemString
The ID of the log whose entries to retrieve.
Return Value
Type:
IPublishingLogEntriesA
IPublishingLogEntries object containing collections of failed and published entries.
See Also