SharePointConnectionDataItem Property |
Gets or sets SharePoint connection item by name.
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax public 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