SP へListDataValidationType 列挙 (sp.js)

Describes the type of validation that caused a failure.

**適用対象:**apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var SP.ListDataValidationType = {choiceField : "Undefined",minMaxField : "Undefined",requiredField : "Undefined",textField : "Undefined",userFormulaField : "Undefined",userFormulaItem : "Undefined",registerEnum : "Undefined"}

Members

TheListDataValidationType objectenumeration has the following members.

Member

Value

Description

choiceField

Undefined

The value is not one of the available choices for the field.

minMaxField

Undefined

The value is not within the bounds specified by the SP.FieldNumber.minimumValue and SP.FieldNumber.maximumValue properties of the field.

requiredField

Undefined

No value was provided for a required field.

textField

Undefined

userFormulaField

Undefined

The value failed validation by a field validation formula created by a list author.

userFormulaItem

Undefined

The value failed validation by an item validation formula created by a list author.

registerEnum

Undefined