ISharePointFile Title Property Kentico 8.1 API Reference
File's title from SharePoint server. Null if ServerRelativeUrl is null.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.0.0.0 (8.1.5347.20411)

Property Value

Type: OnlineString
Exceptions

ExceptionCondition
OnlineSystem.IO FileNotFoundExceptionThrown when requested file is not present at SharePoint server.
CMS.SharePoint SharePointServerExceptionThrown whenever server error occurs.
OnlineSystem.Net WebExceptionThrown when error related to network or protocol occurs.
CMS.SharePoint SharePointConnectionNotSupportedExceptionThrown when given connectionData contains unsupported authentication mode or invalid URL.
CMS.SharePoint SharePointCCSDKExceptionThrown when identity client library "msoidcliL.dll" needed for SharePoint Online authentication is missing. See documentation for details.
OnlineSystem ExceptionThrown in case of unexpected error condition.
See Also