Click or drag to resize
AbstractGetSharePointFileHandlerLoadFile Method (CacheSettings)
Loads requested SharePoint file. Loaded file will be cached if it satisfies the cache conditions.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax
C#
protected virtual ISharePointFile LoadFile(
	CacheSettings cs
)

Parameters

cs
Type: CMS.HelpersCacheSettings
Cache settings that are used if file is cached.

Return Value

Type: ISharePointFile
Exceptions
ExceptionCondition
FileNotFoundExceptionThrown when file was not found.
ExceptionThrown in case of unexpected error.
See Also