Enum AttachmentKeywordAssociation
Defines how existing attachments are associated with a AttachmentsFormElement.
Namespace: Esri.ArcGISRuntime.Mapping.FeatureForms
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum AttachmentKeywordAssociation
Remarks
This enumeration is used by AttachmentsFormElement to determine which existing attachments should be shown for an attachment element.
Fields
| Name | Description |
|---|---|
| Any | Associate all existing attachments with the element. |
| Exact | Associate only attachments that exactly match the element keyword. |
| ExactOrNone | Associate attachments that exactly match the keyword and attachments without a keyword. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |