ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / ArtDataConnection Class / OpenDocument Method
Used to indicate the identifier of the document with which the Page ART data is associated.




In This Topic
    OpenDocument Method (ArtDataConnection)
    In This Topic
    This opens a connection to a specific DocumentIdentifier and returns a connection to that document. It will also add the ArtDocumentDataConnection object to the openDocuments set.
    Syntax
    'Declaration
     
    Public MustOverride Function OpenDocument( _
       ByVal documentIdentifier As String _
    ) As ArtDocumentDataConnection
    'Usage
     
    Dim instance As ArtDataConnection
    Dim documentIdentifier As String
    Dim value As ArtDocumentDataConnection
     
    value = instance.OpenDocument(documentIdentifier)
    public abstract ArtDocumentDataConnection OpenDocument( 
       string documentIdentifier
    )
    public: abstract ArtDocumentDataConnection* OpenDocument( 
       string* documentIdentifier
    ) 
    public:
    abstract ArtDocumentDataConnection^ OpenDocument( 
       String^ documentIdentifier
    ) 

    Parameters

    documentIdentifier
    Used to indicate the identifier of the document with which the Page ART data is associated.

    Return Value

    ArtDocumentDataConnection object.
    Remarks

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

    See Also