SP.ListItem Properties
Applies to: SharePoint Foundation 2010
The following table lists the properties of the SP.ListItem class.
Properties
Name |
Description |
---|---|
Gets a value that specifies the content type of the list item. |
|
Gets a value that specifies the display name of the list item. |
|
Gets a value that specifies the effective permissions on the list item that are assigned to the current user. |
|
Gets a collection of key/value pairs containing the names and values for the fields of the list item. |
|
Gets the values for the list item as HTML. |
|
Gets the list item’s field values as a collection of string values. |
|
Gets the formatted values to be displayed in an edit form. |
|
Gets the file that is represented by the item from a document library. |
|
Gets a value that specifies whether the list item is a file or a list folder. |
|
Gets a value that specifies the list item identifier. |
|
Gets or sets the specified field value. |
|
Gets the parent list that contains the list item. |