| SharePointConnectionData Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.SharePoint
 Syntax
Syntaxpublic class SharePointConnectionData
The SharePointConnectionData type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SharePointConnectionData | 
            Creates new empty SharePoint connection data.
             | 
|  | SharePointConnectionData(DictionaryString, Object) | 
            Creates new SharePoint connection data filled with connectionData.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Item | 
            Gets or sets SharePoint connection item by name.
             | 
|  | SharePointConnectionDataItemNames | 
            Gets list of connection item names.
             | 
|  | SharePointConnectionName | 
            Gets or sets SharePointConnectionName.
             | 
|  | SharePointConnectionPassword | 
            Gets or sets SharePointConnectionPassword.
             | 
|  | SharePointConnectionSiteUrl | 
            Gets or sets SharePointConnectionSiteUrl.
             | 
|  | SharePointConnectionUserName | 
            Gets or sets SharePointConnectionUserName.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | 
            Returns clone of SharePoint connection data.
             | 
|  | GetSharePointConnectionDataItem | 
            Gets connection data item for given name.
             | 
|  | SetSharePointConnectionDataItem | 
            Sets connection data item for given name.
             | 
 See Also
See Also