| SharePointConnectionDataSetSharePointConnectionDataItem Method  | 
            Sets connection data item for given name.
            
 
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 11.0.0
Syntaxpublic void SetSharePointConnectionDataItem(
	string name,
	Object value
)
Parameters
- name
 - Type: SystemString
Name of the item - value
 - Type: SystemObject
Item value 
See Also