Click or drag to resize

IReplicationItem Interface


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

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
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
Public propertySkipped
Gets and sets whether this item is skipped during replication.
Public propertySkipReason
Gets and sets the reason why this item is skipped.
Public propertyValue
Gets the value of the replication item. It is to be implemented by derived objects.
Top
See Also