FormsService Members
Include Protected Members
Include Inherited Members
Represents the top level entity of Microsoft Office InfoPath Forms Services.
The FormsService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FormsService() | Infrastructure. | |
FormsService(String, SPFarm) |
Top
Properties
Name | Description | |
---|---|---|
ActiveSessionsTimeout | Gets or sets the duration, in minutes, that a form's session state can remain active. | |
AllowEmbeddedSqlForDataConnections | Gets or sets a value indicating whether embedded SQL authentication can be used by browser-enabled form templates. | |
AllowUdcAuthenticationForDataConnections | Gets or sets the value indicating whether authentication information in a Universal Data Connection (UDC) file can be used. | |
AllowUserFormBrowserEnabling | Gets or sets the value indicating whether users can browser-enable form templates that do not contain form code, require full trust, enable rendering on a mobile device, or use a data connection managed by a server administrator. | |
AllowUserFormBrowserRendering | Gets or sets the value indicating whether browser-enabled form templates will be rendered by InfoPath Forms Services. | |
AllowUserFormCrossDomainDataConnections | Gets or sets the value indicating whether data connections to data sources located in a different domain can be queried. | |
AllowViewState | Infrastructure. | |
CanUpgrade | (Inherited from SPPersistedUpgradableObject.) | |
DataConnectionFiles | Gets the collection of Universal Data Connection (UDC) files available on the server farm. | |
DefaultDataConnectionTimeout | Gets or sets the default data connection timeout in milliseconds. | |
DisplayName | (Inherited from SPPersistedObject.) | |
ExemptUserAgents | Gets a collection of ExemptUserAgent objects | |
Farm | (Inherited from SPPersistedObject.) | |
FormTemplates | Gets a collection of all administrator approved, browser-enabled form templates deployed to the server farm. | |
Id | (Inherited from SPPersistedObject.) | |
Instances | (Inherited from SPService.) | |
JobDefinitions | (Inherited from SPService.) | |
MaxDataConnectionResponseSize | Gets or sets the maximum size allowed for a data connection response. | |
MaxDataConnectionTimeout | Gets or sets the maximum data connection timeout in milliseconds. | |
MaxPostbacksPerSession | Gets or sets the value of the maximum postbacks an instance of a browser-enabled form template can make to the forms service. | |
MaxSizeOfFormSessionState | Gets or sets the value of the maximum size of session state an instance of a browser-enabled form template can use. | |
MaxUserActionsPerPostback | Gets or sets the maximum user actions per postback. | |
Name | (Inherited from SPPersistedObject.) | |
NeedsUpgrade | (Inherited from SPPersistedUpgradableObject.) | |
NeedsUpgradeIncludeChildren | (Inherited from SPPersistedUpgradableObject.) | |
Parent | (Inherited from SPPersistedObject.) | |
Properties | (Inherited from SPPersistedObject.) | |
Required | (Inherited from SPService.) | |
RequireSslForDataConnections | Gets or sets the Secure Sockets Layer (SSL) requirement value. | |
RunningJobs | (Inherited from SPService.) | |
Status | (Inherited from SPPersistedObject.) | |
TypeName | Gets the friendly name for the parent type FormsService. (Overrides SPPersistedObject.TypeName.) | |
UpgradeContext | (Inherited from SPPersistedUpgradableObject.) | |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) | |
Version | (Inherited from SPPersistedObject.) | |
ViewStateThreshold | Gets or sets the maximum size of the session state when stored in the form view. |
Top
Methods
Name | Description | |
---|---|---|
AllowUserFormWebServiceProxy | Controls whether a form opened in the InfoPath client can use the InfoPath Forms Services Web service proxy to connect to a Web service. | |
AllowWebServiceProxy | Controls whether browser-enabled form templates can use the InfoPath Forms Services Web service proxy to connect to a Web service. | |
BrowserEnableUserFormTemplate | Browser-enables a browser-compatible form template that does not contain form code, require full trust, enable rendering on a mobile device, or use a data connection managed by a server administrator. | |
Clone | (Inherited from SPPersistedObject.) | |
Delete | (Inherited from SPPersistedObject.) | |
Equals | (Inherited from SPPersistedObject.) | |
Finalize | (Inherited from Object.) | |
GetChild<T>() | (Inherited from SPPersistedObject.) | |
GetChild<T>(String) | (Inherited from SPPersistedObject.) | |
GetHashCode | (Inherited from SPPersistedObject.) | |
GetObjectData | (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
Invalidate | (Inherited from SPPersistedUpgradableObject.) | |
IsUserFormTemplateBrowserEnabled | Returns a boolean value indicating if a form template is browser-enabled. | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | (Inherited from SPPersistedObject.) | |
Provision | Provisions the forms service on the SharePoint server farm. (Overrides SPPersistedObject.Provision().) | |
ToString | (Inherited from SPPersistedObject.) | |
Uncache | (Inherited from SPPersistedObject.) | |
Unprovision | Removes the forms service from the SharePoint server farm. (Overrides SPPersistedObject.Unprovision().) | |
Update() | An override of the Update method of the SPPersistedObject object. (Overrides SPService.Update().) | |
Update(Boolean) | (Inherited from SPPersistedObject.) | |
UpdateParent | (Inherited from SPAutoSerializingObject.) | |
Upgrade() | (Inherited from SPPersistedUpgradableObject.) | |
Upgrade(Boolean) | (Inherited from SPPersistedUpgradableObject.) | |
Validate | (Inherited from SPPersistedObject.) |
Top
Fields
Name | Description | |
---|---|---|
ServiceId | The forms service identification (ID). | |
ServiceName | The forms service name. |
Top