Click or drag to resize
AbstractGetSharePointFileHandlerLoadFile Method
Loads requested SharePoint file. Image is resized when needed.

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

Return Value

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