Click or drag to resize
ISharePointSiteServiceGetSiteUrl Method
Gets SharePoint site URL.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
Syntax
C#
string GetSiteUrl()

Return Value

Type: String
SharePoint site URL.
Exceptions
ExceptionCondition
WebExceptionThrown when error related to network or protocol occurs.
SharePointConnectionNotSupportedExceptionThrown when given connectionData contains unsupported authentication mode or invalid URL.
ExceptionThrown in case of unexpected error condition.
See Also