Click or drag to resize

ILoggingManagerGetRecentPublishLogs Method


Fetches the most recent publish logs up to the provided number.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IPublishLog> GetRecentPublishLogs(
	int count
)

Parameters

count  Int32
The number of logs to retrieve.

Return Value

IEnumerableIPublishLog
A list of logs. The list will be as long as the provided number, unless fewer than that number of logs exist in which case it will contain all available logs.
See Also