Click or drag to resize

IWebCaptureCallbacksIndexFieldsForDocumentClass Method

Method to return IndexFields for a specified document class when overridden.

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
List<Dictionary<string, string>> IndexFieldsForDocumentClass(
	string contentType,
	string documentClass
)

Parameters

contentType
Type: SystemString
the selected ContentType.
documentClass
Type: SystemString
The selected DocumentClass of the selected ContentType.

Return Value

Type: ListDictionaryString, String
See Also