FormTemplate.FormTemplateState enumeration
SharePoint 2013
Specifies the state of a form template.
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
| 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. |