Expand Minimize
This topic has not yet been rated - Rate this topic

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.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
public enum ListDataValidationType
Member nameDescription
UserFormulaFieldThe value failed validation by a field validation formula created by a list author.
UserFormulaItemThe value failed validation by an item validation formula created by a list author.
RequiredFieldNo value was provided for a required field.
ChoiceFieldThe value is not one of the available choices for the field.
MinMaxFieldThe value is not within the bounds specified by the MinimumValue and MaximumValue properties of the field.
TextField
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.