Assembly: Net
Namespace: None;
The ISharePointLists interface contains properties used to work with the lists collection of the upper level of the SharePoint site.
ISharePointLists
Lists of the upper level of the SharePoint site can be obtained by executing the ISharePointWeb.Lists method.
| Property name | Brief description | |
| The Count method returns the number of lists in collection. | ||
| The Item property returns the specified list parameters. |
See also: