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




In This Topic
    CachingTimeLimit Property (MarkupFileImageDataProvider)
    In This Topic
    Gets the Caching Time Limit for this Data Provider specified in Web.config. This is the maximum time in minutes to retain a cached document cached in RAM.
    Syntax
    'Declaration
     
    Public ReadOnly Property CachingTimeLimit As Integer
    'Usage
     
    Dim instance As MarkupFileImageDataProvider
    Dim value As Integer
     
    value = instance.CachingTimeLimit
    public int CachingTimeLimit {get;}
    public: __property int get_CachingTimeLimit();
    public:
    property int CachingTimeLimit {
       int get();
    }
    See Also