Click or drag to resize

IReplicationTaskDetails Interface


Represents the details of a completed replication.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface IReplicationTaskDetails

The IReplicationTaskDetails type exposes the following members.

Properties
 NameDescription
Public propertyCompletedItems Gets the Items that were successfully replicated.
Public propertyIsCleanReplication Gets whether the replication was a clean replication.
Public propertyRepTaskMonitor Gets the monitor object that tracks ongoing replication.
Public propertySkippedItems Gets the Items that were skipped.
Public propertyStoppingError Gets the stopping error of the replication. If replication completed, returns null.
Top
Methods
 NameDescription
Public methodItemReplicated Informs this object that an Item has been replicated.
Public methodItemsCount Gets the count of all Items to be replicated.
Top
Remarks
Used to get details about the replication items completed and skipped./>
See Also

Reference

Ingeniux.CMS Namespace
IReplicationItem
ReplicationTaskDetails