IFileReplicationItem Interface |
Namespace: Ingeniux.CMS
The IFileReplicationItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChangeType |
Gets the type of change on this item: Create, Update, Delete, or Rename/Move.
(Inherited from IReplicationItem.) |
![]() | Completed |
Gets and sets whether replication of this item has been done, skipped, or copied.
(Inherited from IReplicationItem.) |
![]() | FilePath |
Gets the full path of the File from its source location.
|
![]() | Key | (Inherited from IReplicationItem.) |
![]() | Skipped |
Gets and sets whether this item is skipped during replication.
(Inherited from IReplicationItem.) |
![]() | SkipReason |
Gets and sets the reason why this item is skipped.
(Inherited from IReplicationItem.) |
![]() | Value |
Gets the value of the replication item. It is to be implemented by derived objects.
(Inherited from IReplicationItem.) |