Assembly: Net;
Namespace: None;
The ISharePointLists interface contains properties that are 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 the collection. | ||
The Item property returns the specified list parameters. |
See also: