Click or drag to resize

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
C#
public enum ContentTypeItemsSyncMode
Members
  Member nameValueDescription
None0 No synchronization.
EnsureData1 Creates and updates the data from the modeling, but do not removes items deleted in the model.
FullSync2 Fully synchronizes items with Packflow.
See Also