AskMeAboutWebPart.RequiresWebPartClientScript method

Indicates whether the AskMeAboutWebPart has client-side script to register with the Web Part Page Services Component (WPSC) framework.

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

Syntax

'Declaration
Protected Overrides Function RequiresWebPartClientScript As Boolean
'Usage
Dim returnValue As Boolean

returnValue = Me.RequiresWebPartClientScript()
protected override bool RequiresWebPartClientScript()

Return value

Type: System.Boolean
true if the AskMeAboutWebPart has client-side script to register with the WPSC framework; otherwise, false.

Remarks

This override returns false in all cases.

See also

Reference

AskMeAboutWebPart class

AskMeAboutWebPart members

Microsoft.SharePoint.Portal.WebControls namespace