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

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

The ISharePointServiceFactoryProvider type exposes the following members.

Methods
  NameDescription
Public methodGetSharePointServiceFactory
Gets instance of ISharePointServiceFactory.
Public methodRegisterFactory<TServiceFactory>
Registers new implementation of ISharePointServiceFactory for given SharePoint version.
Top
See Also