Click or drag to resize

WFDescInfoQueryStepInfo Method

This method is used to query information about a specific workflow step.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public WFSTEP_TYPE QueryStepInfo(
	int StepIndex,
	out bool UserInteractive,
	out string StepIID
)

Parameters

StepIndex
Type: SystemInt32
UserInteractive
Type: SystemBoolean
StepIID
Type: SystemString

Return Value

Type: WFSTEP_TYPE
Remarks

The information includes whether the step requires user interaction, the step IID and step type (as a member of the WFSTEP_TYPE enumeration).

See Also