Click or drag to resize
ISharePointSiteService Interface
Provides access to information about SharePoint site.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax
C#
public interface ISharePointSiteService : ISharePointService

The ISharePointSiteService type exposes the following members.

Methods
  NameDescription
Public methodGetSiteUrl
Gets SharePoint site URL.
Public methodIsConnectionSupported
Tells you whether connection parameters can be used by instantiated SharePoint service implementation (eg. the authentication mode might not be supported).
(Inherited from ISharePointService.)
Top
See Also