Collection of FeatureForms enumerations. More...
| Header | #include <Feature |
Types
(since Esri enum class | Attachment |
(since Esri enum class | Attachment |
(since Esri enum class | Attachments |
(since Esri enum class | Form |
(since Esri enum class | Form |
(since Esri enum class | Form |
(since Esri enum class | Form |
(since Esri enum class | Form |
(since Esri enum class | Form |
Detailed Description
Type Documentation
[since Esri::ArcGISRuntime 300.0] enum class AttachmentInputMethod
Defines how attachments can be added in an attachments form element.
The AttachmentInputMethod can be one of:
| Constant | Value | Description |
|---|---|---|
Attachment | 0 | Any supported input method can be used. |
Attachment | 1 | Capture new content. |
Attachment | 2 | Upload existing content. |
This enum was introduced in Esri::ArcGISRuntime 300.0.
[since Esri::ArcGISRuntime 300.0] enum class AttachmentKeywordAssociation
Defines how AttachmentsFormElement::keyword is matched to attachments.
The AttachmentKeywordAssociation can be one of:
| Constant | Value | Description |
|---|---|---|
Attachment | 0 | Match attachments regardless of keyword. |
Attachment | 1 | Match attachments whose keyword exactly matches the element keyword. |
Attachment | 2 | Match attachments whose keyword exactly matches the element keyword, or attachments with no keyword. |
This enum was introduced in Esri::ArcGISRuntime 300.0.
[since Esri::ArcGISRuntime 300.0] enum class AttachmentsFormInputType
An enumeration of the various input types for attachments in a Feature Form.
The AttachmentsFormInputType can be one of:
| Constant | Value | Description |
|---|---|---|
Attachments | 0 | An Audio |
Attachments | 1 | A Document |
Attachments | 2 | An Image |
Attachments | 4 | A Video |
Attachments | -1 | An unsupported attachments form input object. |
This enum was introduced in Esri::ArcGISRuntime 300.0.
[since Esri::ArcGISRuntime 200.8] enum class FormAttachmentType
An enumeration of the various types of attachments in a Feature Form.
The FormAttachmentType can be one of:
| Constant | Value | Description |
|---|---|---|
Form | -1 | An attachment of another type. |
Form | 0 | An image. |
Form | 1 | A video. |
Form | 2 | A document. |
Form | 3 | An audio file. |
This enum was introduced in Esri::ArcGISRuntime 200.8.
[since Esri::ArcGISRuntime 200.8] enum class FormElementType
Type of element in a form.
The FormElementType can be one of:
| Constant | Value | Description |
|---|---|---|
Form | -1 | An unsupported form element. |
Form | 1 | A field form element. |
Form | 2 | A group form element. |
Form | 3 | An attachments form element. |
Form | 4 | A text form element. |
Form | 5 | A utility associations form element. |
This enum was introduced in Esri::ArcGISRuntime 200.8.
[since Esri::ArcGISRuntime 200.8] enum class FormGroupState
The list of display state values for a group form element.
The FormGroupState can be one of:
| Constant | Value | Description |
|---|---|---|
Form | 0 | The group element is collapsed. |
Form | 1 | The group element is expanded. |
This enum was introduced in Esri::ArcGISRuntime 200.8.
[since Esri::ArcGISRuntime 200.8] enum class FormInputNoValueOption
The list of display state values for null value options.
The FormInputNoValueOption can be one of:
| Constant | Value | Description |
|---|---|---|
Form | 0 | Show a null value option. |
Form | 1 | Do not show a null value option. |
This enum was introduced in Esri::ArcGISRuntime 200.8.
[since Esri::ArcGISRuntime 200.8] enum class FormInputType
Type of input for a field form element.
The FormInputType can be one of:
| Constant | Value | Description |
|---|---|---|
Form | -1 | An Unsupported |
Form | 0 | A Barcode |
Form | 1 | A Combo |
Form | 2 | A Date |
Form | 3 | A Radio |
Form | 4 | A Switch |
Form | 5 | A Text |
Form | 6 | A Text |
This enum was introduced in Esri::ArcGISRuntime 200.8.
[since Esri::ArcGISRuntime 200.8] enum class FormTextFormat
Defines the format of the text of a TextFormElement.
The FormTextFormat can be one of:
| Constant | Value | Description |
|---|---|---|
Form | 0 | Text with no formatting. |
Form | 1 | Text uses the Markdown language. |
This enum was introduced in Esri::ArcGISRuntime 200.8.