Click or drag to resize

WebCaptureRequestHandlerTrackStatus Method

Returns the status of a document with the specified import ID.

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 virtual Dictionary<string, string> TrackStatus(
	string importId
)

Parameters

importId
Type: SystemString
The guid, in string form, of an active import.

Return Value

Type: DictionaryString, String
Returns an empty dictionary.
See Also