Click or drag to resize

ContentTypeEnableVersionMerge Property

Gets or sets a value indicating whether merging versions is enabled. This feature is used to merge two versions of an item being modified by a MVC cycle while another save occurred server-side.

Default value: True.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlAttributeAttribute]
public bool EnableVersionMerge { get; set; }

Property Value

Type: Boolean
See Also