NewsFeedWebPartBase.RequiresWebPartClientScript method

Indicates whether this Web Part 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

Remarks

This override always returns false, indicating that this Web Part does not have client-side script to register.

See also

Reference

NewsFeedWebPartBase class

NewsFeedWebPartBase members

Microsoft.SharePoint.Portal.WebControls namespace