Click or drag to resize

KicHandlerTrackStatus Method

Returns the status of the import for the most recent successfully imported document. The importId would be the guid returned from a successful import.

Namespace:  Atalasoft.Imaging.WebControls.Capture
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override Dictionary<string, string> TrackStatus(
	string importId
)

Parameters

importId
Type: SystemString
A guid in string form for a current import to KIC.

Return Value

Type: DictionaryString, String
Returns a dictionary that contains the current status of the import for the import ID.
Remarks
Caution note Caution
The KIC handler is available with .NET Framework 3.5 and 4.5.2 only.
See Also