ContentTypeItemsSyncMode Enumeration |
Identifies how the modeling items of a content-type are synchronized with Packflow.
Namespace:
Packflow.Modeling
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public enum ContentTypeItemsSyncMode
Members
| Member name | Value | Description |
---|
| None | 0 |
No synchronization.
|
| EnsureData | 1 |
Creates and updates the data from the modeling, but do not removes items deleted in the model.
|
| FullSync | 2 |
Fully synchronizes items with Packflow.
|
See Also