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.