Click or drag to resize

PFItemBinderVersionSyncState Enumeration

Describes the state of the posted version compared to the stored one, and how each case will be handled.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public enum PFItemBinderVersionSyncState
Members
  Member nameValueDescription
Ok0 Version did not changed since last request.
Downgraded1 Version changed since last request. Bind will be done on a downgraded version of item to respect timeline.
Lost2 Version changed since last request. No previous version found because user has no lock on item. Bind will not be done, user data will be sent as error message.
Broken3 Persisted version of item is older than posted one, or posted one is versionless. Should be impossible with the current version of Packflow engine. Bind will not be done, user data will be sent as error message.
See Also