ImageGear .NET v24.12 - Updated
List Method (MarkupFileArtDataConnection)




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupFileArtDataConnection Class : List Method
The Document ID for which a Markup Layer List is requested
null
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

Reference

MarkupFileArtDataConnection Class
MarkupFileArtDataConnection Members