AnalyticsRecommendationScriptWebPart.OnInit method

Gets the title shown on the Web Part as a String.

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Sub OnInit ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnInit(e)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override void OnInit(
    EventArgs e
)

Parameters

See also

Reference

AnalyticsRecommendationScriptWebPart class

AnalyticsRecommendationScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace