ItemMetaCacheMinutes Property |
Gets or sets the number of minutes the system should keep the WebView rendering cached. Specify 0 disables caching.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int CacheMinutes { get; set; }
Public Property CacheMinutes As Integer
Get
Set
public:
property int CacheMinutes {
int get ();
void set (int value);
}
member CacheMinutes : int with get, set
Property Value
Type:
Int32
See Also