Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the type of validation that caused a failure.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableTypeAttribute(Name := "ListDataValidationType")> _
Public Enumeration SPValidationType
'Usage
Dim instance As SPListDataValidationException.SPValidationType
[ClientCallableTypeAttribute(Name = "ListDataValidationType")]
public enum SPValidationType
Members
Member name | Description | |
---|---|---|
UserFormulaField | The value failed validation by a field validation formula created by a list author. | |
UserFormulaItem | The value failed validation by an item validation formula created by a list author. | |
RequiredField | No value was provided for a required field. | |
ChoiceField | The value is not one of the available choices for the field. For more information, see the EnforceDataValidation property. | |
MinMaxField | The value is not within the bounds specified by the field's MinimumValue and MaximumValue properties. | |
TextField | The value is longer than the field’s MaxLength constraint. |