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