Click or drag to resize
SharePointServiceFactoryProvider Class
Provides access to proper instance of ISharePointServiceFactory.
Inheritance Hierarchy
SystemObject
  CMS.SharePointSharePointServiceFactoryProvider

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public class SharePointServiceFactoryProvider : ISharePointServiceFactoryProvider

The SharePointServiceFactoryProvider type exposes the following members.

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