ImageGear .NET v24.12 - Updated
OpenDocument Method (ArtDataConnection)




ImageGear24.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.
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

Reference

ArtDataConnection Class
ArtDataConnection Members