Click or drag to resize
SynchronizationTypeEnum Enumeration
Determines how the system logs staging synchronization tasks for object types.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public enum SynchronizationTypeEnum
Members
  Member nameValueDescription
None0 The system does not log staging tasks for objects of the type.
LogSynchronization1 The system logs staging tasks when objects of the type are created, updated or deleted.
TouchParent2 For object types that have a parent type. Creating, modifying or deleting an object of the child type triggers an update of the parent object. The update generates staging tasks according to the SynchronizationSettings of the parent type.
Default3 Default value used internally. Do NOT assign this value manually in the object type information.
Remarks
Use for the value of the SynchronizationSettings.LogSynchronization property.
See Also