Click or drag to resize

PFSiteEnableVersionMergeToResolveSaveConflicts_Global Property

If an object is saved with an older version than the last persisted (in database), the system will try to merge the versions values (if no conflicts between values) and will then save the merged item to database. Note : this setting is NOT persisted and will affect all objects loaded from this site instance.

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

Property Value

Type: Boolean
See Also