Share via


PickerDialog.GetPickerDialogPage method

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

Syntax

'Declaration
Public Shared Function GetPickerDialogPage ( _
    ee As EntityEditorWithPicker, _
    dialogTitle As String, _
    defaultSearch As String, _
    imageName As String _
) As String
'Usage
Dim ee As EntityEditorWithPicker
Dim dialogTitle As String
Dim defaultSearch As String
Dim imageName As String
Dim returnValue As String

returnValue = PickerDialog.GetPickerDialogPage(ee, _
    dialogTitle, defaultSearch, imageName)
public static string GetPickerDialogPage(
    EntityEditorWithPicker ee,
    string dialogTitle,
    string defaultSearch,
    string imageName
)

Parameters

Return value

Type: System.String
Returns String.

See also

Reference

PickerDialog class

PickerDialog members

Microsoft.SharePoint.WebControls namespace