Click or drag to resize
SharePointConnectionDataGetSharePointConnectionDataItem Method
Gets connection data item for given name.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax
C#
public Object GetSharePointConnectionDataItem(
	string name
)

Parameters

name
Type: SystemString
Name of the item

Return Value

Type: Object
Item value, or null if not present
See Also