IReplication
|
The IReplicationItem type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangeType | Gets the type of change on this item: Create, Update, Delete, or Rename/Move. | |
| Completed | Gets and sets whether replication of this item has been done, skipped, or copied. | |
| Key | Gets the key of the replication item. This is also the file path of the item. | |
| Skipped | Gets and sets whether this item is skipped during replication. | |
| SkipReason | Gets and sets the reason why this item is skipped during replication. | |
| Value | Gets the value of the replication item. It is to be implemented by derived objects. |