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

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

Parameters

sharePointVersion
Type: SystemString
SharePoint version

Type Parameters

TServiceFactory
Class implementing ISharePointServiceFactory
See Also