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.308
Syntax
IEnumerable<IPublishLog> GetLogsForPubTargets(
	IEnumerable<string> pubTargetIDs,
	out int count
)

Parameters

pubTargetIDs
Type: System.Collections.GenericIEnumerableString
The IDs of the targets to get logs for.
count
Type: SystemInt32
The number of logs retrieved.

Return Value

Type: IEnumerableIPublishLog
A list of publish logs.
See Also