ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupArtDataConnection Class / List Method
The Document Identifier for which the list of associated Markup Layers is requested
Any additional parameters which may prove useful to the derived implementation.




In This Topic
    List Method (MarkupArtDataConnection)
    In This Topic
    Obtains a list of the Markup Layers associated with the specified Document Identifier. Each entry in the list contains the Markup Layer Record ID and mnemonic display name for an associated Markup Layer. ImageGear.Web.MarkupLayers.MarkupLayerInfo
    Syntax
    'Declaration
     
    Public MustOverride Function List( _
       ByVal documentIdentifer As String, _
       Optional ByVal contextData As NameValueCollection _
    ) As List(Of MarkupLayerInfo)
    'Usage
     
    Dim instance As MarkupArtDataConnection
    Dim documentIdentifer As String
    Dim contextData As NameValueCollection
    Dim value As List(Of MarkupLayerInfo)
     
    value = instance.List(documentIdentifer, contextData)

    Parameters

    documentIdentifer
    The Document Identifier for which the list of associated Markup Layers is requested
    contextData
    Any additional parameters which may prove useful to the derived implementation.

    Return Value

    The List containing the Markup Layer Record IDs and mnemonic display names for Markup Layers associated with the specified Document Identifier
    See Also