ISharePointLists

Assembly: Net;

Namespace: None;

Description

The ISharePointLists interface contains properties that are used to work with the lists collection of the upper level of the SharePoint site.

Inheritance Hierarchy

          ISharePointListCollection

          ISharePointLists

Comments

Lists of the upper level of the SharePoint site can be obtained by executing the ISharePointWeb.Lists method.

Properties inherited from ISharePointListCollection

  Property name Brief description
The Count method returns the number of lists in the collection.
The Item property returns the specified list parameters.

See also:

Net Assembly Interfaces