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