Nintex.Forms.Sdk Reference
FormType Enumeration
This information is provided for reference in order to use members and types accessible through the Nintex.Forms.Sdk namespace found in the Nintex.Forms.Sdk assembly. Direct access to Nintex.Forms members and types is not supported.
The type of form that is being sent to Nintex Forms Cloud. Namespace:Nintex.Forms
Assembly: Nintex.Forms (in Nintex.Forms.dll)
Member name | Description |
---|---|
ContentTypeListForm | This is a Content Type List Form. Designing a form directly against a content type (and not a list) |
ExternalListForm | If a list has external data source (SPList.HasExternalDataSource) |
Global | This is the form type specified when a form is exported as XML. |
ListForm | This is a list form. |
ListWorkflowStartForm | List workflow start form |
ListWorkflowTaskForm | List workflow task form |
ReusableWorkflowStartForm | Reusable workflow start form |
ReusableWorkflowTaskForm | Reusable workflow task form |
SiteForm | Not used. |
WorkflowStartForm | Workflow start form |
WorkflowTaskForm | Workflow task form |