Click or drag to resize

ILoggingManagerGetLogs Method (Int32, Int32, Int32)


Gets a paginated list of all publish logs.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IEnumerable<IPublishLog> GetLogs(
	out int count,
	int pageSize = -1,
	int startIndex = -1
)

Parameters

count
Type: SystemInt32
Number of publish logs retrieved.
pageSize (Optional)
Type: SystemInt32
Number of logs per page for paginated results.
startIndex (Optional)
Type: SystemInt32
The starting index for log retrieval.

Return Value

Type: IEnumerableIPublishLog
A list of publish logs.
See Also