ISharePointWeb

Assembly: Net

Namespace: None;

Description

The ISharePointWeb interface contains properties and methods used to get access to the SharePoint site.

Inheritance Hierarchy

ISharePointWeb

Comments

Contents of the SharePoint site is available after successful authorization and connection performed when executing the ISharePointSite.RootWeb method.

Properties

  Property name Brief description
The Files property returns the collection of files published for the shared access on the SharePoint site.

Properties inherited from ISharePointServiceSupport

  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.

Methods

  Method name Brief description
The Lists method returns lists of the upper level of the SharePoint site.

See also:

Net Assembly Interfaces