Click or drag to resize

WFHandlerGetWFParam Method

Use this method to query the specified workflow parameter identified by its Name.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public Object GetWFParam(
	string Name
)

Parameters

Name
Type: SystemString

Return Value

Type: Object
Remarks

If there is no valid workflow, the function returns E_FAIL. If the specified parameter does not exist, the return value is VT_EMPTY.

On parameter usage, see WFHandler - General Information above.

See Also