ItemPicker.ValidateEntity Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overrides Function ValidateEntity ( _
pe As PickerEntity _
) As PickerEntity
'Usage
Dim instance As ItemPicker
Dim pe As PickerEntity
Dim returnValue As PickerEntity
returnValue = instance.ValidateEntity(pe)
public override PickerEntity ValidateEntity(
PickerEntity pe
)
Parameters
Return Value
Type: Microsoft.SharePoint.WebControls.PickerEntity