EntityEditor.Validate Method

Validates all the entities in the EntityEditor control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Overridable Sub Validate
'Usage
Dim instance As EntityEditor

instance.Validate()
public virtual void Validate()

Implements

IValidator.Validate()

Remarks

The Validate() method is called by the validation routines of the Page. The Validate() method calls ValidateEntity(PickerEntity) for each entity in the list.

See Also

Reference

EntityEditor Class

EntityEditor Members

Microsoft.SharePoint.WebControls Namespace