Click or drag to resize
SharePointServiceFactoryProviderRegisterFactoryTServiceFactory Method
Registers new implementation of ISharePointServiceFactory for given SharePoint version.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public void RegisterFactory<TServiceFactory>(
	string sharePointVersion
)
where TServiceFactory : new(), ISharePointServiceFactory

Parameters

sharePointVersion
Type: SystemString
SharePoint version

Type Parameters

TServiceFactory
Class implementing ISharePointServiceFactory

Implements

ISharePointServiceFactoryProviderRegisterFactoryTServiceFactory(String)
See Also