Click or drag to resize
ListItemUpdateMode Enumeration
Specifies how the list item update within a ModifyItemAction is executed.

Namespace: Colygon.MatchPoint.WorkflowKit.Actions
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public enum ListItemUpdateMode
Members
  Member nameValueDescription
SystemUpdate0 The update is executed using SystemUpdate.
Update1 The update is executed using Update (with changes to the item's version history).
UpdateOverwriteVersion2 The update is executed using Update and overwrites the current item version.
See Also