Share via


PickerDialog.PickerActivateScript method

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

Syntax

'Declaration
Public Shared Function PickerActivateScript ( _
    entityEditor As EntityEditorWithPicker, _
    serverOrPageRelativeUrl As String, _
    title As String, _
    imageName As String _
) As String
'Usage
Dim entityEditor As EntityEditorWithPicker
Dim serverOrPageRelativeUrl As String
Dim title As String
Dim imageName As String
Dim returnValue As String

returnValue = PickerDialog.PickerActivateScript(entityEditor, _
    serverOrPageRelativeUrl, title, _
    imageName)
public static string PickerActivateScript(
    EntityEditorWithPicker entityEditor,
    string serverOrPageRelativeUrl,
    string title,
    string imageName
)

Parameters

Return value

Type: System.String
Returns String.

See also

Reference

PickerDialog class

PickerDialog members

Microsoft.SharePoint.WebControls namespace