ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupFileImageDataProvider Class / UseMarkupIndexFileCache Property




In This Topic
    UseMarkupIndexFileCache Property
    In This Topic
    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