Gets the Use Markup Index File value for this Data Provider specified in Web.config. This is a boolean value indicating whether a Markup Index File is to be used. A Markup Index file is a JSON file containing the Markup Layer List for a particular Document ID. This list may be generated using a directory listing if UseDirectoryListing is specified
UseDirectoryListing.
Syntax
'Declaration
Public ReadOnly Property UseMarkupIndexFile As Boolean
'Usage
Dim instance As MarkupFileImageDataProvider
Dim value As Boolean
value = instance.UseMarkupIndexFile
public bool UseMarkupIndexFile {get;}
public: __property bool get_UseMarkupIndexFile();
public:
property bool UseMarkupIndexFile {
bool get();
}
See Also