Gets the Markup Index File Name Format for this Data Provider specified in Web.config. The Markup Index File stores a list of all the Markup Layers associated with a particular Document ID. The only format substring which may be used indicates the Document Identifier for the corresponding document and must be specified, otherwise the default format will be used instead. 
The following case-insensitive format substrings can be used when specifying the Art Data File Name Format. 
| Parameter | 
Format Substring Specifiers | 
| Document Identifier | 
"{0}", "{DID}", "{DocID}", "{DocumentID}", "{DocumentIdentifier}" | 
The default format used to store Markup Layer Index Files is "{DocID}.layers.json". Be careful with naming conventions to avoid the possibility of ambiguity and naming collisions. 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public ReadOnly Property MarkupIndexFileNameFormat As String
             
        
            
            'Usage
 
Dim instance As MarkupFileImageDataProvider
Dim value As String
 
value = instance.MarkupIndexFileNameFormat
             
        
            
            public string MarkupIndexFileNameFormat {get;}
             
        
            
            public: __property string* get_MarkupIndexFileNameFormat();
             
        
            
            public:
property String^ MarkupIndexFileNameFormat {
   String^ get();
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also