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
)
Function GetLogsForPubTargets (
pubTargetIDs As IEnumerable(Of String),
<OutAttribute> ByRef count As Integer
) As IEnumerable(Of IPublishLog)
IEnumerable<IPublishLog^>^ GetLogsForPubTargets(
IEnumerable<String^>^ pubTargetIDs,
[OutAttribute] int% count
)
abstract GetLogsForPubTargets :
pubTargetIDs : IEnumerable<string> *
count : int byref -> IEnumerable<IPublishLog>
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:
IEnumerableIPublishLogA list of
publish logs.
See Also