PeopleEditor.ValidateEntity method

Validates the specified entity.

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

Syntax

'Declaration
Public Overrides Function ValidateEntity ( _
    entity As PickerEntity _
) As PickerEntity
'Usage
Dim instance As PeopleEditor
Dim entity As PickerEntity
Dim returnValue As PickerEntity

returnValue = instance.ValidateEntity(entity)
public override PickerEntity ValidateEntity(
    PickerEntity entity
)

Parameters

Return value

Type: Microsoft.SharePoint.WebControls.PickerEntity
Returns PickerEntity.

See also

Reference

PeopleEditor class

PeopleEditor members

Microsoft.SharePoint.WebControls namespace