EntityEditor.ValidateEntity method

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Function ValidateEntity ( _
    needsValidation As PickerEntity _
) As PickerEntity
'Usage
Dim instance As EntityEditor
Dim needsValidation As PickerEntity
Dim returnValue As PickerEntity

returnValue = instance.ValidateEntity(needsValidation)
public virtual PickerEntity ValidateEntity(
    PickerEntity needsValidation
)

Parameters

Return value

Type: Microsoft.SharePoint.WebControls.PickerEntity

See also

Reference

EntityEditor class

EntityEditor members

Microsoft.SharePoint.WebControls namespace