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


In This Topic
    MarkupArtDocumentDataConnection Class Members
    In This Topic

    The following tables list the members exposed by MarkupArtDocumentDataConnection.

    Protected Properties
     NameDescription
    Protected PropertyPrivate variable to store the connection  
    Protected PropertyReturns the Context Data for this Document Data Connection  
    Protected PropertyGets DocumentIdentifier property.  
    Protected PropertyGets the MarkupLayerRecordID for the requested Markup Layer  
    Protected PropertyPrivate variable to store the provider  
    Top
    Public Methods
     NameDescription
    Public MethodThis method simply calls Dispose().  
    Public MethodCreates a new Markup Layer. This method returns the Markup Layer Record ID for the newly created Markup Layer, which is assigned by the Markup Data Provider and sent back to the client viewer.  
    Public MethodThis closes the connection to a document. The base class also calls MarkupArtDataConnection.DocumentConnectionClosed() to indicate that the document is now closed.  
    Public MethodRetrieves the Markup Layer for the requested Document Identifier and Markup Layer Record ID  
    Public MethodOverwrites the existing Markup Layer content for the requested Document Identifier and Markup Layer Record ID.  
    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