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