Click or drag to resize

WebCaptureRequestHandler Methods

The WebCaptureRequestHandler type exposes the following members.

Methods
  NameDescription
Protected methodBatchFieldsForBatchClass
Method to return the batch fields for a batch class.
Protected methodCurrentImportId
Returns the current import ID.
Protected methodDictListToJson
A helper method to turn List<Dictionary<string, string>> into JSON.
Protected methodDictToJson
A helper method to turn a Dictionary<string, string> into JSON.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetContentTypeDescription
Method to get content type descriptions for a specified content type from Kofax products.
Protected methodGetContentTypeList
Method to get content type lists from Kofax products.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetNewImportId
Returns a guid in string form.
Protected methodGetRawXml
Would return unparsed xml, when overridden to connect to Kofax products.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHandleUpload
Decodes the base64 encoded stream from the client, and save it as a tif file.
Protected methodImportDocument
Method to import uploaded documents into Kofax products.
Protected methodImportDocumentWithIndexFields
Method to import an uploaded document into Kofax Capture along with index field information.
Protected methodIndexFieldsForDocumentClass
Method to return IndexFields for a specified document class when overridden.
Protected methodListToJson
A helper method to turn a List<string> into JSON.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcessRequest
This is the entry point to the handler. Requests to this take the form of: http://yourServerName/theHandlerName.ashx?cmd=getContentTypeList
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTrackStatus
Returns the status of a document with the specified import ID.
Top
See Also