Click or drag to resize
SharePointConnectionInfoProviderGetSharePointConnectionsInternal 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#
protected virtual ObjectQuery<SharePointConnectionInfo> GetSharePointConnectionsInternal(
	SiteInfoIdentifier siteId
)

Parameters

siteId
Type: CMS.DataEngineSiteInfoIdentifier
Site ID

Return Value

Type: ObjectQuerySharePointConnectionInfo
See Also