EntityEditor.GenerateErrorScript Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
- errorEntity
Type: Microsoft.SharePoint.WebControls.PickerEntity
- matches
Type: []
Return Value
Type: System.String