Click or drag to resize

ILoggingManagerGetRepLogsForPubTask Method


Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
IEnumerable<IReplicationLog> GetRepLogsForPubTask(
	string pubTaskId,
	out int count,
	int pageSize = -1,
	int startIndex = -1
)

Parameters

pubTaskId
Type: SystemString

[Missing <param name="pubTaskId"/> documentation for "M:Ingeniux.CMS.ILoggingManager.GetRepLogsForPubTask(System.String,System.Int32@,System.Int32,System.Int32)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Ingeniux.CMS.ILoggingManager.GetRepLogsForPubTask(System.String,System.Int32@,System.Int32,System.Int32)"]

pageSize (Optional)
Type: SystemInt32

[Missing <param name="pageSize"/> documentation for "M:Ingeniux.CMS.ILoggingManager.GetRepLogsForPubTask(System.String,System.Int32@,System.Int32,System.Int32)"]

startIndex (Optional)
Type: SystemInt32

[Missing <param name="startIndex"/> documentation for "M:Ingeniux.CMS.ILoggingManager.GetRepLogsForPubTask(System.String,System.Int32@,System.Int32,System.Int32)"]

Return Value

Type: IEnumerableIReplicationLog

[Missing <returns> documentation for "M:Ingeniux.CMS.ILoggingManager.GetRepLogsForPubTask(System.String,System.Int32@,System.Int32,System.Int32)"]

See Also