Click or drag to resize

ILoggingManagerGetLogsForPubTargets Method


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

Parameters

pubTargetIDs
Type: System.Collections.GenericIEnumerableString

[Missing <param name="pubTargetIDs"/> documentation for "M:Ingeniux.CMS.ILoggingManager.GetLogsForPubTargets(System.Collections.Generic.IEnumerable{System.String},System.Int32@)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Ingeniux.CMS.ILoggingManager.GetLogsForPubTargets(System.Collections.Generic.IEnumerable{System.String},System.Int32@)"]

Return Value

Type: IEnumerableIPublishLog

[Missing <returns> documentation for "M:Ingeniux.CMS.ILoggingManager.GetLogsForPubTargets(System.Collections.Generic.IEnumerable{System.String},System.Int32@)"]

See Also