Click or drag to resize

WorkflowViewQueryNodeInfo Method

You can use this function to get extra information on a particular item if available.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public string QueryNodeInfo(
	int lID,
	WFVINFOTYPE InfoType
)

Parameters

lID
Type: SystemInt32
InfoType
Type: Kofax.OmniPageCSDK.ToolBoxesWFVINFOTYPE

Return Value

Type: String
Remarks
Currently the filename items (either input or output) can provide their full path as extra information enabling the integrator to process keyboard or mouse events on these objects. InfoType specifies what details you would like to get for the item. Available values are listed under the EInfoType Enumeration topic.
See Also