Click or drag to resize
SharePointConnectionDataItem Property
Gets or sets SharePoint connection item by name.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax
C#
public Object this[
	string name
] { get; set; }

Parameters

name
Type: SystemString
Name of the item

Return Value

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