Click or drag to resize
SharePointConnectionInfoProviderGetSharePointConnections Method (SiteInfoIdentifier)
Returns a query for all the SharePointConnectionInfo objects of a specified site.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<SharePointConnectionInfo> GetSharePointConnections(
	SiteInfoIdentifier siteId
)

Parameters

siteId
Type: CMS.DataEngineSiteInfoIdentifier
Site ID

Return Value

Type: ObjectQuerySharePointConnectionInfo
See Also