Click or drag to resize
OperationTypeEnum Enumeration
Operation type enumeration.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public enum OperationTypeEnum
Members
  Member nameValueDescription
Synchronization0 Synchronization, full data.
Export1 Export, full data.
ExportSelection2 Export selection (only ID and code name column, no metafiles or relationships).
Versioning3 Object version, complete data
Integration4 Data are the same as for the Synchronization. Used as a distinguisher for special cases.
See Also