ScriptApplicationManager.GetCurrent method

Gets the script application manager for the current page.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Shared Function GetCurrent ( _
    page As Page _
) As ScriptApplicationManager
'Usage
Dim page As Page
Dim returnValue As ScriptApplicationManager

returnValue = ScriptApplicationManager.GetCurrent(page)
public static ScriptApplicationManager GetCurrent(
    Page page
)

Parameters

Return value

Type: Microsoft.Office.Server.Search.WebControls.ScriptApplicationManager
The script application manager for the current page

See also

Reference

ScriptApplicationManager class

ScriptApplicationManager members

Microsoft.Office.Server.Search.WebControls namespace