WFDescInfo.QueryInfoTagsSeverity Method
|
This method is used to return the highest severity event that happened during the workflow processing - as a member of the
WFSEVERITY enumeration.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void QueryInfoTagsSeverity(
out WFSEVERITY WFISeverity
)
Public Sub QueryInfoTagsSeverity (
<OutAttribute> ByRef WFISeverity As WFSEVERITY
)
public:
void QueryInfoTagsSeverity(
[OutAttribute] WFSEVERITY% WFISeverity
)
Parameters
- WFISeverity
- Type: Kofax.OmniPageCSDK.IproPlus.WFSEVERITY
See Also