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.
Specifies the state of a form template.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Enumeration FormTemplateState
'Usage
Dim instance As FormTemplate.FormTemplateState
public enum FormTemplateState
Members
| Member name | Description | |
|---|---|---|
| Normal | The form template is functioning normally. | |
| Uploading | The form template is uploading to the server for the first time. | |
| Quiescing | Existing forms based on the form template are still active, but new forms cannot be created. | |
| Quiesced | All forms based on the form template are expired and new forms cannot be created. | |
| PendingConversion | The form template is waiting to be reconverted but is fully functional. | |
| Converting | The form template data is being reconverted but is fully functional. | |
| Error | The form template conversion encountered an error. | |
| UploadFailed | The form template failed to upload to the server. | |
| Removing | The form template is being removed from the server. | |
| Upgrading | The form template is being upgraded to a newer version. |