Click or drag to resize
SharePointFileCacheOptionsCacheFileSize Property
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.

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

Property Value

Type: NullableInt32
See Also