Represents an item or row in a list.
boolean
Deletes the list item
Gets effective permissions for the specified user.
Gets collection of objects that represent attachments for the list item.
Gets the content type of the item.
Gets a value that specifies the display name of the list item. This property is not available by default when you return list items. Trying to call this method returns a PropertyOrFieldNotInitializedException if you try to access one of these properties. To access this property, use the Include method as part of the query string.
string
Gets a value that specifies the effective permissions on the list item that are assigned to the current user. This property is not available by default when you return list items. Trying to call this method returns a PropertyOrFieldNotInitializedException if you try to access one of these properties. To access this property, use the Include method as part of the query string.
Gets the effective base permissions for the current user, as they should be displayed in UI. This will only differ from EffectiveBasePermissions if ReadOnlyUI is set to true on the item's parent list, and in all cases will be a subset of EffectiveBasePermissions. To put it another way, EffectiveBasePermissionsForUI will always be as or more restrictive than EffectiveBasePermissions. This property is not available by default when you return list items. Trying to call this method returns a PropertyOrFieldNotInitializedException if you try to access one of these properties. To access this property, use the Include method as part of the query string.
any
Gets the file that is represented by the item from a document library. Only for document libraries.
Gets or sets the file system object type for the item (file, folder or invalid).
Gets the parent folder for the list item
boolean
Gets id of the item
number
Gets the specified field value for the list item. Field value is returned as string, but it can be casted to a specific field value type, e.g. SP.LookupFieldValue, etc.
any
string
Get the list in which the item resides.
boolean
boolean
boolean
Sets the value of the field for the list item based on an implementation specific transformation of the value.
Moves the list item to the Recycle Bin and returns the identifier of the new Recycle Bin item.
Sets the specified field value for the list item. Consider using parseAndSetFieldValue instead.
Commits changed properties of the list item. The actual update is performed during context.executeQueryAsync method call.
Validates form values specified for the list item. Errors are returned through hasException and errorMessage properties of the ListItemFormUpdateValue objects