Click or drag to resize

IWebCaptureCallbacksImportDocumentWithIndexFields Method

Method to import an uploaded document into Kofax Capture along with index field information.

Namespace:  Atalasoft.Imaging.WebControls.Core
Assembly:  Atalasoft.dotImage.WebControls.Core (in Atalasoft.dotImage.WebControls.Core.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
Dictionary<string, string> ImportDocumentWithIndexFields(
	string filename,
	string contentType,
	string contentTypeDocumentClass,
	string contentTypeDescription,
	string indexFields
)

Parameters

filename
Type: SystemString
The full path name of the file to be imported.
contentType
Type: SystemString
The currently selected ContentType.
contentTypeDocumentClass
Type: SystemString
The currently selected DocumentClass.
contentTypeDescription
Type: SystemString
The ContentTypeDescription for the selected ContentType.
indexFields
Type: SystemString
The index field names, and values.

Return Value

Type: DictionaryString, String
See Also