SocialCommentWebPart.RequiresWebPartClientScript Method

Returns a value that indicates whether the SocialCommentWebPart does not require client-side ECMAScript (JavaScript, JScript) to register with the Web Part Page Service 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 method always returns false, indicating that this Web Part does not have client-side script to register.

See Also

Reference

SocialCommentWebPart Class

SocialCommentWebPart Members

Microsoft.SharePoint.Portal.WebControls Namespace