Click or drag to resize
SharePointFileCacheOptions Class
Represents the SharePoint file options used by the SharePoint handler.
Inheritance Hierarchy
SystemObject
  CMS.SharePointSharePointFileCacheOptions

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
Syntax
C#
public class SharePointFileCacheOptions

The SharePointFileCacheOptions type exposes the following members.

Constructors
  NameDescription
Public methodSharePointFileCacheOptions
Top
Properties
  NameDescription
Public propertyCacheFileSize
Gets or sets the maximum size of the file to be cached (value in kB). null value means that the settins value vill be used.
Public propertyCacheMinutes
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.
Top
See Also