EntityEditor.GenerateErrorScript method

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

Syntax

'Declaration
Protected Overridable Function GenerateErrorScript ( _
    errorEntity As PickerEntity, _
    matches As PickerEntity() _
) As String
'Usage
Dim errorEntity As PickerEntity
Dim matches As PickerEntity()
Dim returnValue As String

returnValue = Me.GenerateErrorScript(errorEntity, _
    matches)
protected virtual string GenerateErrorScript(
    PickerEntity errorEntity,
    PickerEntity[] matches
)

Parameters

  • matches
    Type: []

Return value

Type: System.String

See also

Reference

EntityEditor class

EntityEditor members

Microsoft.SharePoint.WebControls namespace