ImageGear .NET v25.2 - Updated
InvokeArtOnList Method




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
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

Reference

MarkupImageDataProvider Class
MarkupImageDataProvider Members

Is this page helpful?
Yes No
Thanks for your feedback.