FormsService.AllowUserFormBrowserRendering Property
Gets or sets the value indicating whether browser-enabled form templates will be rendered by InfoPath Forms Services.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Property AllowUserFormBrowserRendering As Boolean
Get
Set
'Usage
Dim instance As FormsService
Dim value As Boolean
value = instance.AllowUserFormBrowserRendering
instance.AllowUserFormBrowserRendering = value
public bool AllowUserFormBrowserRendering { get; set; }
Property Value
Type: System.Boolean
true if forms services renders browser-enabled form templates; false if rendering is disabled.
Remarks
The AllowUserFormBrowserRendering is true by default, and corresponds to the Render form templates that were browser-enabled by end users setting on the InfoPath Forms Services Configuration page of the SharePoint Central Administration site.