SharePointConnectionData Constructor (DictionaryString, Object) |
Creates new SharePoint connection data filled with connectionData.
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
Syntax public SharePointConnectionData(
Dictionary<string, Object> connectionData
)
Parameters
- connectionData
- Type: System.Collections.GenericDictionaryString, Object
Connection data
See Also