Click or drag to resize
CMSAbstractBaseFilterControlCacheMinutes Property
Number of minutes the retrieved content is cached for. Zero indicates that the content will not be cached.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public virtual int CacheMinutes { get; set; }

Property Value

Type: Int32

Implements

ICMSBasePropertiesCacheMinutes
See Also