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

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
protected virtual ISharePointServiceFactory GetSharePointServiceFactoryInternal(
	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