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




In This Topic
    UseMarkupIndexFileCache Field
    In This Topic
    Key to read the Use Markup Index File Cache property for this ImageDataProvider from Web.config
    Syntax
    'Declaration
     
    Public Const UseMarkupIndexFileCache As String
    'Usage
     
    Dim value As String
     
    value = MarkupFileImageDataProvider.ConfigKeys.UseMarkupIndexFileCache
    public const string UseMarkupIndexFileCache
    public: const string* UseMarkupIndexFileCache
    public:
    const String^ UseMarkupIndexFileCache
    See Also