Click or drag to resize
SharePointConnectionInfoProviderGetSharePointConnectionInfo Method (String, SiteInfoIdentifier)
Returns SharePointConnectionInfo with specified name.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public static SharePointConnectionInfo GetSharePointConnectionInfo(
	string name,
	SiteInfoIdentifier siteName
)

Parameters

name
Type: SystemString
SharePointConnectionInfo name
siteName
Type: CMS.DataEngineSiteInfoIdentifier
Site name

Return Value

Type: SharePointConnectionInfo
See Also