ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / ImageDocumentDataConnection Class
Properties Methods


In This Topic
    ImageDocumentDataConnection Class Members
    In This Topic

    The following tables list the members exposed by ImageDocumentDataConnection.

    Public Properties
     NameDescription
    Public PropertyGets Meta-Data property.  
    Public PropertyGets DocumentIdentifier property.  
    Public PropertyGets (ImageDataConnection) object. object.  
    Top
    Public Methods
     NameDescription
    Public MethodThis method simply calls Dispose().  
    Public MethodThis method creates new content with the data given. This method is intended to create or insert and not replace content.  
    Public MethodThis closes the connection to a document. The base class also calls ImageDataConnection.DocumentConnectionClosed() to indicate that the document is now closed.  
    Public MethodThis reads the content of the data item and returns it in the form of a stream.  
    Public MethodThis method creates or overwrites the existing content.  
    Top
    Protected Methods
     NameDescription
    Protected MethodThe derived class can implement this method to do the necessary cleanup when the document is closed.  
    Top
    See Also