Click or drag to resize

IReplicationItem Interface


Represents an item to be replicated and its replication status. This is used to track replication progress.

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

The IReplicationItem type exposes the following members.

Properties
 NameDescription
Public propertyChangeType Gets the type of change on this item: Create, Update, Delete, or Rename/Move.
Public propertyCompleted Gets and sets whether replication of this item has been done, skipped, or copied.
Public propertyKey Gets the key of the replication item. This is also the file path of the item.
Public propertySkipped Gets and sets whether this item is skipped during replication.
Public propertySkipReason Gets and sets the reason why this item is skipped during replication.
Public propertyValue Gets the value of the replication item. It is to be implemented by derived objects.
Top
See Also