Assembly: Net;
Namespace: None;
The ISharePointListItem interface contains list element properties.
ISharePointListItem
List element can be obtained when executing the method to control the list.
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. |
Method name | Brief description | |
The Update method fixes changes of the list element properties. |
See also: