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
Syntaxpublic WFSTEP_TYPE QueryStepInfo(
int StepIndex,
out bool UserInteractive,
out string StepIID
)
Public Function QueryStepInfo (
StepIndex As Integer,
<OutAttribute> ByRef UserInteractive As Boolean,
<OutAttribute> ByRef StepIID As String
) As WFSTEP_TYPE
public:
WFSTEP_TYPE QueryStepInfo(
[InAttribute] int StepIndex,
[OutAttribute] bool% UserInteractive,
[OutAttribute] 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