| SharePointConnectionDataItem Property | 
            Gets or sets SharePoint connection item by name.
            
 
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
 Syntax
Syntaxpublic Object this[
	string name
] { get; set; }Parameters
- name
- Type: SystemString
 Name of the item
Return Value
Type: 
ObjectItem value, or null if not present
 See Also
See Also