Click or drag to resize

IFileReplicationItem Interface


Represents a File replication item and its replication status.

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

The IFileReplicationItem type exposes the following members.

Properties
  NameDescription
Public propertyChangeType
Gets the type of change on this item: Create, Update, Delete, or Rename/Move.
(Inherited from IReplicationItem.)
Public propertyCompleted
Gets and sets whether replication of this item has been done, skipped, or copied.
(Inherited from IReplicationItem.)
Public propertyFilePath
Gets the full path of the File from its source location.
Public propertyKey (Inherited from IReplicationItem.)
Public propertySkipped
Gets and sets whether this item is skipped during replication.
(Inherited from IReplicationItem.)
Public propertySkipReason
Gets and sets the reason why this item is skipped.
(Inherited from IReplicationItem.)
Public propertyValue
Gets the value of the replication item. It is to be implemented by derived objects.
(Inherited from IReplicationItem.)
Top
See Also