ISharePointListItem

Assembly: Net;

Namespace: None;

Description

The ISharePointListItem interface contains list element properties.

Inheritance Hierarchy

ISharePointListItem

Comments

List element can be obtained when executing the method to control the list.

Properties

  Property name Brief description
The Attachments property returns the collection of attachments connected to the list element.
The ContentType property determines the contents type of the current list element.
The EncodedAbsUrl property determines encoded absolute address of the list element.
The FieldValue property determines the value for the specified list field.
The Id property determines a list element identifier.
The ThreadIndex property determines a hexadecimal value of the composite index of streams.
The Title property determines a list element title.

Methods

  Method name Brief description
The Update method fixes changes of the list element properties.

See also:

Net Assembly Interfaces