Click or drag to resize

KicController Class

This class handles the direct communication to the KIC web service proxy class.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.WebControls.Capture.KicKicController

Namespace:  Atalasoft.Imaging.WebControls.Capture.Kic
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class KicController

The KicController type exposes the following members.

Constructors
  NameDescription
Public methodKicController
The constructor for the KicController class.
Top
Properties
  NameDescription
Public propertyFilePath
Gets or sets the path to the file to be imported on the server.
Public propertyGetContentTypes
Returns the content types available.
Public propertyGetNewImportID
Returns a new guid that can be used for a KIC import ID.
Public propertyImportId
Gets or sets the import ID.
Public propertyKicEdServerEndpoint
Gets or sets the WCF service endpoint.
Public propertyOwnerReference
Gets or sets the document owner reference on a document to be imported.
Top
Methods
  NameDescription
Public methodClose
Closes the connection to the service.
Public methodCreateImportSession
Create an import session (a batch to be imported) based on a selected single document batch type
Public methodCreateLoosePageImportSession
Create an import session (a batch to be imported) based on a selected single document batch type
Public methodCreateSingleDocumentBatch
Creates a single document batch type.
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.)
Public methodGetContentTypeDescriptions
Returns the content type descriptions for the given content type.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImport
Call this to import a document to KIC.
Public methodImportLoosePage
Call this to import a loose page to KIC.
Public methodImportStatus
Returns the import status for the given import ID.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Caution note Caution
This class is available with .NET Framework 3.5 and 4.5.2 only.
See Also