ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupSqlArtDataConnection Class / List Method
The Document Identifier
Any additional parameters to pass for this operation




In This Topic
    List Method (MarkupSqlArtDataConnection)
    In This Topic
    Lists the Markup Layers for the requested Document ID
    Syntax
    'Declaration
     
    Public Overrides Function List( _
       ByVal documentIdentifier As String, _
       ByVal contextData As NameValueCollection _
    ) As List(Of MarkupLayerInfo)
    'Usage
     
    Dim instance As MarkupSqlArtDataConnection
    Dim documentIdentifier As String
    Dim contextData As NameValueCollection
    Dim value As List(Of MarkupLayerInfo)
     
    value = instance.List(documentIdentifier, contextData)

    Parameters

    documentIdentifier
    The Document Identifier
    contextData
    Any additional parameters to pass for this operation

    Return Value

    The list of Markup Layers associated with the document
    See Also