WFHandler.SetWFParam 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
Syntaxpublic void SetWFParam(
string Name,
Object Value
)
Public Sub SetWFParam (
Name As String,
Value As Object
)
public:
void SetWFParam(
[InAttribute] String^ Name,
[InAttribute] Object^ Value
)
Parameters
- Name
- Type: System.String
- Value
- Type: System.Object
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