This topic has not yet been rated - Rate this topic

EntityEditor.GenerateErrorScript method

This should be overridden so that the inherited control can perform the desired action when the user clicks on an entity that failed to resolve.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
protected virtual string GenerateErrorScript(
	PickerEntity errorEntity,
	PickerEntity[] matches
)

Parameters

errorEntity
Type: Microsoft.SharePoint.WebControls.PickerEntity
matches
Type: []

Return value

Type: System.String
It returns the javascript to handle the click event.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.