ISharePointSiteServiceGetSiteUrl Method |
Gets SharePoint site URL.
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax Return Value
Type:
StringSharePoint site URL.
Exceptions Exception | Condition |
---|
WebException | Thrown when error related to network or protocol occurs. |
SharePointConnectionNotSupportedException | Thrown when given connectionData contains unsupported authentication mode or invalid URL. |
SharePointCCSDKException | Thrown when identity client library "msoidcliL.dll" needed for SharePoint Online authentication is missing. See documentation for details. |
Exception | Thrown in case of unexpected error condition. |
See Also