Assembly: Net;
Namespace: None;
The ISharePointWeb interface contains properties and methods that are used to get access to the SharePoint site.
ISharePointWeb
Contents of the SharePoint site is available after successful authorization and connection executed when executing the ISharePointSite.RootWeb method.
Property name | Brief description | |
The Files property returns the collection of files published for the shared access at the SharePoint site. |
Property name | Brief description | |
The ThisHostCredentials property determines the credentials that are used for authorization at the SharePoint site. | ||
The Url property determines the absolute address of the SharePoint site. | ||
The UseDefaultCredentials property determines whether to use credentials of the current operating system user for authorization at the SharePoint site. |
Method name | Brief description | |
The Lists method returns lists of the upper level of the SharePoint site. |
See also: