ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupImageDataProvider Class / InvokeArtOnList Method
A reference to the markup layer list being returned to the client
Document Identifier
Document Context Data




In This Topic
    InvokeArtOnList Method
    In This Topic
    Invokes ArtMiddleware.OnList() within a try/catch block and prints any errors/exceptions to the server log
    Syntax
    'Declaration
     
    Public Sub InvokeArtOnList( _
       ByRef markupLayerList As List(Of MarkupLayerInfo), _
       ByVal documentIdentifier As String, _
       ByVal connectionContextData As NameValueCollection _
    ) 
    'Usage
     
    Dim instance As MarkupImageDataProvider
    Dim markupLayerList As List(Of MarkupLayerInfo)
    Dim documentIdentifier As String
    Dim connectionContextData As NameValueCollection
     
    instance.InvokeArtOnList(markupLayerList, documentIdentifier, connectionContextData)

    Parameters

    markupLayerList
    A reference to the markup layer list being returned to the client
    documentIdentifier
    Document Identifier
    connectionContextData
    Document Context Data
    See Also