Click or drag to resize

ILoggingManagerGetReplicationLogsForPubTarget Method


Gets a paginated list of replication logs generated during the last publish of a specified publishing target.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IReplicationLog> GetReplicationLogsForPubTarget(
	string pubTargetID,
	DateTime lastPublish,
	out int count,
	int pageSize = -1,
	int startIndex = -1
)

Parameters

pubTargetID  String
The ID of the publishing target.
lastPublish  DateTime
The time when or after which the last publish started
count  Int32
Number of logs retrieved.
pageSize  Int32  (Optional)
The number of logs per page for paginated results.
startIndex  Int32  (Optional)
The starting index for log retrieval.

Return Value

IEnumerableIReplicationLog
A list of replication logs.
See Also