WebCaptureRequestHandler Methods |
The WebCaptureRequestHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| BatchFieldsForBatchClass |
Method to return the batch fields for a batch class.
| |
| CurrentImportId |
Returns the current import ID.
| |
| DictListToJson |
A helper method to turn List<Dictionary<string, string>> into JSON.
| |
| DictToJson |
A helper method to turn a Dictionary<string, string> into JSON.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetContentTypeDescription |
Method to get content type descriptions for a specified content type from Kofax products.
| |
| GetContentTypeList |
Method to get content type lists from Kofax products.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetNewImportId |
Returns a guid in string form.
| |
| GetRawXml |
Would return unparsed xml, when overridden to connect to Kofax products.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HandleUpload |
Decodes the base64 encoded stream from the client, and save it as a tif file.
| |
| ImportDocument |
Method to import uploaded documents into Kofax products.
| |
| ImportDocumentWithIndexFields |
Method to import an uploaded document into Kofax Capture along with index field information.
| |
| IndexFieldsForDocumentClass |
Method to return IndexFields for a specified document class when overridden.
| |
| ListToJson |
A helper method to turn a List<string> into JSON.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ProcessRequest |
This is the entry point to the handler. Requests to this take the form of:
http://yourServerName/theHandlerName.ashx?cmd=getContentTypeList
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TrackStatus |
Returns the status of a document with the specified import ID.
|