ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupArtDataConnection Class / OpenDocument Method
Used to indicate the identifier of the document with which the Page ART data is associated.
The Markup Layer Record ID of the Markup Layer to open a connection to
Any additional parameters to pass to the derived implementation




In This Topic
    OpenDocument Method (MarkupArtDataConnection)
    In This Topic
    This opens a connection to a specific DocumentIdentifier and returns a connection to that document. It will also add the MarkupArtDocumentDataConnection object to the openDocuments set.
    Syntax
    'Declaration
     
    Public MustOverride Function OpenDocument( _
       ByVal documentIdentifier As String, _
       ByVal markupLayerRecordId As String, _
       ByVal connectionContextData As NameValueCollection _
    ) As MarkupArtDocumentDataConnection
    'Usage
     
    Dim instance As MarkupArtDataConnection
    Dim documentIdentifier As String
    Dim markupLayerRecordId As String
    Dim connectionContextData As NameValueCollection
    Dim value As MarkupArtDocumentDataConnection
     
    value = instance.OpenDocument(documentIdentifier, markupLayerRecordId, connectionContextData)

    Parameters

    documentIdentifier
    Used to indicate the identifier of the document with which the Page ART data is associated.
    markupLayerRecordId
    The Markup Layer Record ID of the Markup Layer to open a connection to
    connectionContextData
    Any additional parameters to pass to the derived implementation

    Return Value

    MarkupArtDocumentDataConnection object.
    Remarks

    For details, refer to the "ImageGear.Web.UI.PageView.DocumentIdentifier".

    See Also