Click or drag to resize
SharePointConnectionDataSetSharePointConnectionDataItem Method
Sets connection data item for given name.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax
C#
public void SetSharePointConnectionDataItem(
	string name,
	Object value
)

Parameters

name
Type: SystemString
Name of the item
value
Type: SystemObject
Item value
See Also