| ISharePointServiceFactoryGetImplementationForIService Method | 
            Gets implementation of SharePoint service. The service uses given connectionData.
            
 
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
 Syntax
SyntaxIService GetImplementationFor<IService>(
	SharePointConnectionData connectionData
)
where IService : ISharePointService
Parameters
- connectionData
- Type: CMS.SharePointSharePointConnectionData
 Data (credentials etc.) needed to establish connection to SharePoint server
Type Parameters
- IService
- Type of service to get implementation for
Return Value
Type: 
IServiceService implementation
 Exceptions
Exceptions See Also
See Also