Gets SharePoint site URL.
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.0.0.0 (8.1.5347.20411)
Return Value
Type: StringSharePoint site URL.
Exceptions
Exception | Condition |
---|---|
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