Assembly: Net
Namespace: None;
The ISharePointWeb interface contains properties and methods used to get access to the SharePoint site.
ISharePointWeb
Contents of the SharePoint site is available after successful authorization and connection performed when executing the ISharePointSite.RootWeb method.
| Property name | Brief description | |
| The Files property returns the collection of files published for the shared access on the SharePoint site. |
| 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 Lists method returns lists of the upper level of the SharePoint site. |
See also: