ILoggingManagerGetReplicationLogsForPubTarget Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<IReplicationLog> GetReplicationLogsForPubTarget(
string pubTargetID,
DateTime lastPublish,
out int count,
int pageSize = -1,
int startIndex = -1
)
Function GetReplicationLogsForPubTarget (
pubTargetID As String,
lastPublish As DateTime,
<OutAttribute> ByRef count As Integer,
Optional pageSize As Integer = -1,
Optional startIndex As Integer = -1
) As IEnumerable(Of IReplicationLog)
IEnumerable<IReplicationLog^>^ GetReplicationLogsForPubTarget(
String^ pubTargetID,
DateTime lastPublish,
[OutAttribute] int% count,
int pageSize = -1,
int startIndex = -1
)
abstract GetReplicationLogsForPubTarget :
pubTargetID : string *
lastPublish : DateTime *
count : int byref *
?pageSize : int *
?startIndex : int
(* Defaults:
let _pageSize = defaultArg pageSize -1
let _startIndex = defaultArg startIndex -1
*)
-> IEnumerable<IReplicationLog> 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
IEnumerableIReplicationLogA list of
replication logs.
See Also