| SharePointConnectionDataGetSharePointConnectionDataItem Method | 
            Gets connection data item for given name.
            
 
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
 Syntax
Syntaxpublic Object GetSharePointConnectionDataItem(
	string name
)
Parameters
- name
- Type: SystemString
 Name of the item
Return Value
Type: 
ObjectItem value, or null if not present
 See Also
See Also