ISharePointList

Assembly: Net.

Namespace: None;

Description

The ISharePointList interface contains properties that are used to determine list parameters of the SharePoint site.

Inheritance Hierarchy

ISharePointList

Comments

List parameters can be obtained in the ISharePointListCollection.Item property.

Properties

  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:

Net Assembly Interfaces