Class DiskImageStore
Inheritance
DiskImageStore
Assembly: DotNetNuke.dll
Syntax
public class DiskImageStore
Properties
CachePath
Declaration
public static string CachePath { get; set; }
Property Value
EnableAutoPurge
Declaration
public static bool EnableAutoPurge { get; set; }
Property Value
PurgeInterval
Declaration
public static TimeSpan PurgeInterval { get; set; }
Property Value
Methods
ForcePurgeFromServerCache(string)
Declaration
public void ForcePurgeFromServerCache(string cacheId)
Parameters
Type |
Name |
Description |
string |
cacheId |
|
Extension Methods