Click or drag to resize

PFApplicationEnableVersionMergeToResolveSaveConflicts Property

Read-only property. Can be modified if overridden.

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 this object instance only.

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

Property Value

Type: Boolean
See Also