Click or drag to resize
ISharePointServiceFactoryProvider Interface
Describes SharePoint service factory.

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

The ISharePointServiceFactoryProvider type exposes the following members.

Methods
  NameDescription
Public methodGetSharePointServiceFactory
Gets instance of ISharePointServiceFactory.
Public methodRegisterFactoryTServiceFactory
Registers new implementation of ISharePointServiceFactory for given SharePoint version.
Top
See Also