Click or drag to resize
SharePointConnectionInfoProviderGetSharePointConnectionInfoInternal Method (Int32)
Returns SharePointConnectionInfo with specified ID.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
protected virtual SharePointConnectionInfo GetSharePointConnectionInfoInternal(
	int id
)

Parameters

id
Type: SystemInt32
SharePointConnectionInfo ID

Return Value

Type: SharePointConnectionInfo
See Also