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.492
Syntax
IEnumerable<IPublishLogTransform> GetLogSummaries(
	string pubTargetId,
	out int count,
	DateTime startTime,
	DateTime endTime
)

Parameters

pubTargetId  String
ID of the publishing target to get publish summaries for.
count  Int32
Number of summaries retrieved.
startTime  DateTime
The start of the time range within which relevant logs were submitted.
endTime  DateTime
The end of the time range within which relevant logs were submitted.

Return Value

IEnumerableIPublishLogTransform
A list of Publish Log Transform summaries.
See Also