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


In This Topic
    MarkupImageDocumentDataConnection Class Members
    In This Topic

    The following tables list the members exposed by MarkupImageDocumentDataConnection.

    Protected Properties
     NameDescription
    Protected PropertyThe Context Data NameValueCollection containing any additional parameters passed when opening this document data connection  
    Protected PropertyThe Document Identifier for this Document Data Connection  
    Protected PropertyThe MarkupImageDataConnection which spawned this document data connection  
    Protected PropertyThe MarkupImageDataProvider which spawned this document data connection  
    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