WFHandler.SetTempParam 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
Syntaxpublic void SetTempParam(
string Name,
Object Value,
bool ForceUse
)
Public Sub SetTempParam (
Name As String,
Value As Object,
ForceUse As Boolean
)
public:
void SetTempParam(
[InAttribute] String^ Name,
[InAttribute] Object^ Value,
[InAttribute] bool ForceUse
)
Parameters
- Name
- Type: System.String
- Value
- Type: System.Object
- ForceUse
- Type: System.Boolean
Remarks
The ForceUse parameter must always be set to TRUE.
On parameter usage, see WFHandler - General Information above.
See Also