ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupFileArtDataConnection Class / List Method
The Document ID for which a Markup Layer List is requested
null




In This Topic
    List Method (MarkupFileArtDataConnection)
    In This Topic
    MarkupFileArtDataConnection implementation of interface method to return a list of the Markup Layers for the specified Document Identifier.

    Depending on the configuration settings for this Data Provider, The

    Syntax
    'Declaration
     
    Public Overrides Function List( _
       ByVal documentIdentifier As String, _
       Optional ByVal contextData As NameValueCollection _
    ) As List(Of MarkupLayerInfo)
    'Usage
     
    Dim instance As MarkupFileArtDataConnection
    Dim documentIdentifier As String
    Dim contextData As NameValueCollection
    Dim value As List(Of MarkupLayerInfo)
     
    value = instance.List(documentIdentifier, contextData)

    Parameters

    documentIdentifier
    The Document ID for which a Markup Layer List is requested
    contextData
    null

    Return Value

    The list of Markup Layers for that document
    See Also