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




In This Topic
    CachingEnable Property (MarkupFileImageDataProvider)
    In This Topic
    Gets the Caching Enable value for this Data Provider specified in Web.config. This is a boolean value indicating whether or not document memory caching is to be enabled.
    Syntax
    'Declaration
     
    Public ReadOnly Property CachingEnable As Boolean
    'Usage
     
    Dim instance As MarkupFileImageDataProvider
    Dim value As Boolean
     
    value = instance.CachingEnable
    public bool CachingEnable {get;}
    public: __property bool get_CachingEnable();
    public:
    property bool CachingEnable {
       bool get();
    }
    See Also