Click or drag to resize
SharePointConnectionData Constructor (DictionaryString, Object)
Creates new SharePoint connection data filled with connectionData.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax
C#
public SharePointConnectionData(
	Dictionary<string, Object> connectionData
)

Parameters

connectionData
Type: System.Collections.GenericDictionaryString, Object
Connection data
See Also