ImageGear .NET v24.12 - Updated
UseMarkupIndexFileCache Property




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupFileImageDataProvider Class : UseMarkupIndexFileCache Property
Only applicable if UseMarkupIndexFile is true. A boolean value which indicates whether to Cache Markup Index Files in RAM.
Syntax
'Declaration
 
Public ReadOnly Property UseMarkupIndexFileCache As Boolean
'Usage
 
Dim instance As MarkupFileImageDataProvider
Dim value As Boolean
 
value = instance.UseMarkupIndexFileCache
public bool UseMarkupIndexFileCache {get;}
public: __property bool get_UseMarkupIndexFileCache();
public:
property bool UseMarkupIndexFileCache {
   bool get();
}
See Also

Reference

MarkupFileImageDataProvider Class
MarkupFileImageDataProvider Members