Assembly: Net
Namespace: None;
The SharePointSite class implements the object that is used to work with SharePoint sites.
Class to get analog of the SharePointSite class:
None;
Class to get analog of the SharePointSite class object:
None;
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 RootWeb method initializes a new connection to the SharePoint site and returns the contents of the uppermost level of the site. |
See also: