SynchronizationTypeEnum Enumeration |
Namespace: CMS.DataEngine
public enum SynchronizationTypeEnum
Member name | Value | Description | |
---|---|---|---|
None | 0 | The system does not log staging tasks for objects of the type. | |
LogSynchronization | 1 | The system logs staging tasks when objects of the type are created, updated or deleted. | |
TouchParent | 2 | 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 TYPEINFO settings of the parent type. | |
Default | 3 | Default value used internally. Do NOT assign this value manually in the TYPEINFO of classes. |
Copyright (c) 2015 Kentico Software