Assembly: Net.
Namespace: None;
The ISharePointList interface contains properties that are 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 list description. | ||
| The DocTemplateUrlr property returns the pattern relative address for the list. | ||
| The ItemCount property returns the number of child elements in the list. | ||
| The Name property returns list name. | ||
| The Title property returns displayed list name. | ||
| The Type property returns list type. |
See also: