Assembly: Net.
Namespace: None;
The ISharePointList interface contains properties used to determine list parameters of the SharePoint site.
ISharePointList
List parameters can be obtained in the ISharePointListCollection.Item property.
| Property name | Brief description | |
| The BaseType property returns the basic list type. | ||
| The DefaultViewUrl property returns the default relative address for the list. | ||
| The Description property returns the list description. | ||
| The DocTemplateUrlr property returns a pattern relative address for the list. | ||
| The ItemCount property returns the number of child elements in list. | ||
| The Name property returns the list name. | ||
| The Title property returns a displayed list name. | ||
| The Type property returns the list type. |
See also: