Click or drag to resize

WFHandlerSetWFParam Method

This method is used to set the Value of the 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 void SetWFParam(
	string Name,
	Object Value
)

Parameters

Name
Type: SystemString
Value
Type: SystemObject
Remarks

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

On parameter usage, see WFHandler - General Information above.

See Also