FormTemplate.QuiesceMode Enumeration
Specifies the availability of a form template for new and existing form sessions.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Enumeration QuiesceMode
'Usage
Dim instance As FormTemplate.QuiesceMode
public enum QuiesceMode
Members
Member name | Description | |
---|---|---|
Normal | The form template is available for new and existing sessions. | |
Quiescing | New forms based on the form template cannot be started, but existing sessions are allowed to continue for a specified duration. | |
Quiesced | New forms based on the form template cannot be started, and all existing sessions are expired. |