Click or drag to resize

WFHandlerSetTempParam Method

This method is used to set the Value of a temporary workflow parameter identified with its Name.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void SetTempParam(
	string Name,
	Object Value,
	bool ForceUse
)

Parameters

Name
Type: SystemString
Value
Type: SystemObject
ForceUse
Type: SystemBoolean
Remarks

The ForceUse parameter must always be set to TRUE.

On parameter usage, see WFHandler - General Information above.

See Also