WFDescInfo.QueryWFParam Method
|
This method is used to query the value of the named parameter.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic Object QueryWFParam(
string Name
)
Public Function QueryWFParam (
Name As String
) As Object
public:
Object^ QueryWFParam(
[InAttribute] String^ Name
)
Parameters
- Name
- Type: System.String
Return Value
Type:
Object
Remarks
If the parameter does not exist, the method will return E_FAIL.
See Also