Share via


PickerDialog.GetPickerDialogPage Method

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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