BaseXsltDataWebPart.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.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

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

Return Value

Type: System.Boolean
true if the Web Part requires client-side WPSC script support; otherwise, false.

Remarks

This override always returns false in this abstract base class.

See Also

Reference

BaseXsltDataWebPart Class

BaseXsltDataWebPart Members

Microsoft.SharePoint.WebPartPages Namespace