ImageGear .NET v24.12 - Updated
CachingTimeLimit Property (MarkupFileImageDataProvider)




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupFileImageDataProvider Class : CachingTimeLimit Property
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

Reference

MarkupFileImageDataProvider Class
MarkupFileImageDataProvider Members