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: 13.0.131
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.
(Inherited from ISharePointService.)
Top
See Also