Click or drag to resize
GetLocalSharePointFileHandlerGetSharePointFile Method
Gets the requested SharePoint file from local storage.

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

Return Value

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