SharePointConnectionData Class |
Namespace: CMS.SharePoint
public class SharePointConnectionData
The SharePointConnectionData type exposes the following members.
Name | Description | |
---|---|---|
SharePointConnectionData |
Creates new empty SharePoint connection data.
| |
SharePointConnectionData(DictionaryString, Object) |
Creates new SharePoint connection data filled with connectionData.
|
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.
|
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.
|