Click or drag to resize
ISharePointServiceFactoryProviderGetSharePointServiceFactory Method
Gets instance of ISharePointServiceFactory.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax
C#
ISharePointServiceFactory GetSharePointServiceFactory(
	string sharePointVersion
)

Parameters

sharePointVersion
Type: SystemString
SharePoint version for which to get service factory

Return Value

Type: ISharePointServiceFactory
ISharePointServiceFactory instance
Exceptions
ExceptionCondition
SharePointServiceFactoryNotSupportedExceptionThrown when no service factory for sharePointVersion found.
See Also