SP.ListItemFormUpdateValue object

Represents properties of a list item field and its value.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.ListItemFormUpdateValue()

Members

The ListItemFormUpdateValue object has the following members.

Constructor

The ListItemFormUpdateValue object has the following constructor.

Constructor

Description

ListItemFormUpdateValue

Initializes a new instance of the SP.ListItemFormUpdateValue object.

Properties

The ListItemFormUpdateValue object has the following properties.

Property

Description

errorMessage

The error message result after validating the value for the field.

fieldName

The internal name of the field.

fieldValue

The value of the field.

hasException

Indicates whether there was an error result after validating the value for the field.

typeId

This member is reserved for internal use and is not intended to be used directly from your code.