ListDataValidationType Enumeration
Describes the type of validation that caused a failure.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration ListDataValidationType
'Usage
Dim instance As ListDataValidationType
public enum ListDataValidationType
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. | |
MinMaxField | The value is not within the bounds specified by the MinimumValue and MaximumValue properties of the field. | |
TextField |