Show / Hide Table of Contents

Class DiskImageStore

Inheritance
object
DiskImageStore
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.GeneratedImage
Assembly: DotNetNuke.dll
Syntax
public class DiskImageStore

Properties

CachePath

Declaration
public static string CachePath { get; set; }
Property Value
Type Description
string

EnableAutoPurge

Declaration
public static bool EnableAutoPurge { get; set; }
Property Value
Type Description
bool

PurgeInterval

Declaration
public static TimeSpan PurgeInterval { get; set; }
Property Value
Type Description
TimeSpan

Methods

ForcePurgeFromServerCache(string)

Declaration
public void ForcePurgeFromServerCache(string cacheId)
Parameters
Type Name Description
string cacheId

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS