This topic has not yet been rated - Rate this topic

EntityEditor.ValidateEntity method

Accepts a PickerEntity object and validates it.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public virtual PickerEntity ValidateEntity(
	PickerEntity needsValidation
)

Parameters

needsValidation
Type: Microsoft.SharePoint.WebControls.PickerEntity
A picker entity object to be validated.

Return value

Type: Microsoft.SharePoint.WebControls.PickerEntity
A picker entity object that has been processed with IsResolved set appropriately.

This method must be overridden by the inheriting class. By default, it just returns the entity passed into it.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.