Examines the given file for any embedded ART annotations and creates a new Maker Layer.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Sub UpdateNativeAnnotationLists( _
   ByVal  As String, _
   ByVal  As List(Of String), _
   Optional ByVal  As NameValueCollection _
) 
             
        
            
            'Usage
 
Dim instance As MarkupArtDataConnection
Dim documentIdentifier As String
Dim xmlArtPages As List(Of String)
Dim contextData As NameValueCollection
 
instance.UpdateNativeAnnotationLists(documentIdentifier, xmlArtPages, contextData)
             
        
            
            public void UpdateNativeAnnotationLists( 
   string ,
   List<string> ,
   NameValueCollection 
)
             
        
            
            public: void UpdateNativeAnnotationLists( 
   string* ,
   List<string*>* ,
   NameValueCollection* 
) 
             
        
            
            public:
void UpdateNativeAnnotationLists( 
   String^ ,
   List<String^>^ ,
   NameValueCollection^ 
) 
             
        
             
        
            Parameters
- documentIdentifier
 
- xmlArtPages
 
- contextData
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also