Click or drag to resize

ILoggingManagerGetLogsForPubTarget Method


Gets a paginated list of publish logs for a given publishing target.

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

Parameters

pubTargetID  String
The ID of the target to get logs for.
count  Int32
The number of logs retrieved.
pageSize  Int32  (Optional)
The number of logs per page for paginated results.
startIndex  Int32  (Optional)
The starting index for log retrieval.

Return Value

IEnumerableIPublishLog
A list of publish logs.
See Also