Click or drag to resize

ILoggingManagerGetLogSummaries Method


Gets a paginated list of publish summaries withing a given time frame.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IEnumerable<IPublishLogTransform> GetLogSummaries(
	string pubTargetId,
	out int count,
	DateTime startTime,
	DateTime endTime
)

Parameters

pubTargetId
Type: SystemString
ID of the publishing target to get publish summaries for.
count
Type: SystemInt32
Number of summaries retrieved.
startTime
Type: SystemDateTime
The start of the time range within which relevant logs were submitted.
endTime
Type: SystemDateTime
The end of the time range within which relevant logs were submitted.

Return Value

Type: IEnumerableIPublishLogTransform
A list of Publish Log Transform summaries.
See Also