File's title from SharePoint server.
Null if ServerRelativeUrl is null.
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.0.0.0 (8.1.5347.20411)
Property Value
Type: StringExceptions
Exception | Condition |
---|---|
System.IO FileNotFoundException | Thrown when requested file is not present at SharePoint server. |
CMS.SharePoint SharePointServerException | Thrown whenever server error occurs. |
System.Net WebException | Thrown when error related to network or protocol occurs. |
CMS.SharePoint SharePointConnectionNotSupportedException | Thrown when given connectionData contains unsupported authentication mode or invalid URL. |
CMS.SharePoint SharePointCCSDKException | Thrown when identity client library "msoidcliL.dll" needed for SharePoint Online authentication is missing. See documentation for details. |
System Exception | Thrown in case of unexpected error condition. |
See Also