Assembly: Net
Namespace: None;
The ISharePointSite interface contains properties and methods used to work with the SharePoint site.
ISharePointSite
Connection to the SharePoint site requires:
Initialize the sample of the SharePointSite class and use it within the ISharePointSite interface.
Specify the absolute address of the SharePoint site in the Url property.
In the ThisHostCredentials specify the credentials for authorization or set the True value for theUseDefaultCredentials property if authorization of credentials of current operating system user is required.
Call the RootWeb method to connect to the site and obtain its contents.
| Property name | Brief description | |
| The ThisHostCredentials property determines the credentials that are used for authorization on the SharePoint site. | ||
| The Url property determines the absolute address of the SharePoint site. | ||
| The UseDefaultCredentials property determines whether to use credentials of a current operating system user to authorizations on the SharePoint site. |
| Method name | Brief description | |
| The RootWeb method initializes new connection to the SharePoint sight and returns the content of the upper level of the site. |
See also: