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

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

Parameters

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

Return Value

Type: ISharePointServiceFactory
ISharePointServiceFactory instance

Implements

ISharePointServiceFactoryProviderGetSharePointServiceFactory(String)
Exceptions
ExceptionCondition
SharePointServiceFactoryNotSupportedExceptionThrown when no service factory for sharePointVersion found.
See Also