Click or drag to resize
SharePointServiceFactoryProvider Class
Provides access to proper instance of ISharePointServiceFactory.
Inheritance Hierarchy
System.Object
  CMS.SharePoint.SharePointServiceFactoryProvider

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 12.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 methodRegisterFactory<TServiceFactory>
Registers new implementation of ISharePointServiceFactory for given SharePoint version.
Top
See Also