Click or drag to resize

WorkflowAssistantDialogEditMode Property

Use this property to set or retrieve the Edit Mode of the Workflow Assistant.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DispIdAttribute(79)]
[BindableAttribute(BindableSupport.Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public int EditMode { get; set; }

Property Value

Type: Int32
Remarks

The associated Long value is the combination of the following constant flags:

  • AEMFLAG_DENY_NONE - This is the default mode. The functionality of the Workflow Assistant is not limited in any way.
  • AEMFLAG_DENY_STEPCHANGE - In this mode you can modify existing workflow step settings, but you cannot add or remove steps.
  • AEMFLAG_DENY_SETTINGCHANGE - In this mode you are allowed to view workflow step settings, but not allowed to modify them.
  • AEMFLAG_DENY_NEXTBACK - In this mode you can view (or, optionally, modify - provided that you have not set the above flag) the settings of only one single step at a time. This step is defined by the FirstStepIndex parameter of the ModifyWorkflowEx method.
  • See Also