Engine.GetWFFileInfo Method
|
This method returns the description of the specified workflow file.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetWFFileInfo(
string FileName,
out WFDescInfo WFDescInfo
)
Public Sub GetWFFileInfo (
FileName As String,
<OutAttribute> ByRef WFDescInfo As WFDescInfo
)
public:
void GetWFFileInfo(
[InAttribute] String^ FileName,
[OutAttribute] WFDescInfo^% WFDescInfo
)
Parameters
- FileName
- Type: System.String
- WFDescInfo
- Type: Kofax.OmniPageCSDK.IproPlus.WFDescInfo
See Also