Class AttachmentsFormElement
A form element that holds one or more attachments on a feature.
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping.FeatureForms
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class AttachmentsFormElement : FormElement, INotifyPropertyChanged
Remarks
The Attachments
Properties
Name | Description |
---|---|
Attachments | Gets all the current attachments. This is empty if attachments haven't yet been fetched. |
Is |
Gets a value indicating whether the element is editable, |
Keyword | Gets a string to identify the attachment(s). |
Methods
Name | Description |
---|---|
Add |
Adds a new attachment to this Attachments |
Delete |
Asynchronously deletes an attachment from the |
Fetch |
Fetches the attachments from the Feature and populates Attachments. Attachments are not re-fetched if they have already been fetched. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 - 200.6 |
.NET | 200.5 - 200.6 |
.NET Windows | 200.5 - 200.6 |
.NET Android | 200.5 - 200.6 |
.NET iOS | 200.5 - 200.6 |
.NET Framework | 200.5 - 200.6 |
UWP | 200.5 - 200.6 |