ListDataValidationFailure members

Describes a specific validation failure when a list item is inserted or updated.

The ListDataValidationFailure type exposes the following members.

Constructors

  Name Description
Public method ListDataValidationFailure Initializes a new instance of the ListDataValidationFailure class.

Top

Properties

  Name Description
Public property DisplayName Gets the title of the list or the display name of the field where validation failed.
Public property Message Gets a message with information about the failure.
Public property Name Gets the field name or list ID where validation failed.
Public property Reason Gets the reason for the failure.
Public property TypeId This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.)
Public property ValidationType Describes the type of validation that caused the failure.

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method WriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

See also

Reference

ListDataValidationFailure class

Microsoft.SharePoint.Client namespace