Click or drag to resize

ILoggingManagerGetLogsForPubTargets Method


Gets a paginated list of publish logs for the given publishing targets.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IPublishLog> GetLogsForPubTargets(
	IEnumerable<string> pubTargetIDs,
	out int count
)

Parameters

pubTargetIDs  IEnumerableString
The IDs of the targets to get logs for.
count  Int32
The number of logs retrieved.

Return Value

IEnumerableIPublishLog
A list of publish logs.
See Also