Click or drag to resize
SharePointFileCacheOptionsCacheMinutes Property
Gets or sets time the SharePoint file will be cached for (after accessing the URL). The null value means that the settings value will be used, 0 means no cache.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
Syntax
C#
public Nullable<int> CacheMinutes { get; set; }

Property Value

Type: NullableInt32
See Also