Click or drag to resize
GetSharePointFileHandlerGetSharePointFile Method
Gets the requested SharePoint file from SharePoint server.

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