PickerDialog.PickerActivateScript Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
- entityEditor
Type: Microsoft.SharePoint.WebControls.EntityEditorWithPicker
- serverOrPageRelativeUrl
Type: System.String
- title
Type: System.String
- imageName
Type: System.String
Return Value
Type: System.String
Returns String.