WikiContentWebpart.RequiresWebPartClientScript Method
Indicates whether this Web Part requires client-side script to be registered 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
false, indicating that this Web Part does not register client-side script.
Remarks
This Web Part does not require client-side WPSC script support.