Click or drag to resize
TreeNodeNodeCacheMinutes Property
Indicates how long should node stay in cache (in minutes). The 'null' means that the value is inherited from parent node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public virtual Nullable<int> NodeCacheMinutes { get; set; }

Property Value

Type: NullableInt32
See Also