Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Overrides the RequiresWebPartClientScript() method to indicate whether the InfoPath Form Web Part has client-side script to register with the Web Part Page Services Component (WPSC) framework.
Namespace: Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Function RequiresWebPartClientScript As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.RequiresWebPartClientScript()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override bool RequiresWebPartClientScript()
Return Value
Type: System.Boolean
false, indicating that the InfoPath Form Web Part does not have client-side script to register.
Remarks
This member is reserved for internal use and is not intended to be used directly from your code.