ISharePointList

Assembly: Net.

Namespace: None;

Description

The ISharePointList interface contains properties 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 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:

Net Assembly Interfaces