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.308
Syntax
IEnumerable<IPublishLog> GetRecentPublishLogs(
	int count
)

Parameters

count
Type: SystemInt32
The number of logs to retrieve.

Return Value

Type: 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