XsltListViewWebPart.RequiresWebPartClientScript method

Returns a value that indicates whether the XsltListViewWebPart has client-side JavaScript to register with the Web Part Page Services Component (WPSC) framework.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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 XsltListViewWebPart does have client-side JavaScript to register; otherwise, false.

Remarks

This override always returns false.

See also

Reference

XsltListViewWebPart class

XsltListViewWebPart members

Microsoft.SharePoint.WebPartPages namespace