Click or drag to resize

ILoggingManagerGetReplicationLogsForRepTarget Method


Gets a paginated list of replication logs for a specified replication target.

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

Parameters

pubTargetID
Type: SystemString
The ID of the publishing target that the relevant replication target is associated with.
replicationTargetID
Type: SystemString
The ID of the replication target.
count
Type: SystemInt32
Number of logs retrieved.
pageSize (Optional)
Type: SystemInt32
The number of logs per page for paginated results.
startIndex (Optional)
Type: SystemInt32
The starting index for log retrieval.

Return Value

Type: IEnumerableIReplicationLog
A list of replication logs.
See Also