Class FormAttachment
An attachment belonging to a feature form.
Inheritance
Namespace: Esri.ArcGISRuntime.Mapping.FeatureForms
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FormAttachment : INotifyPropertyChanged, ILoadable
Properties
| Name | Description |
|---|---|
| Attachment | Gets the underlying Attachment. |
| ContentType | Gets the MIME content type of the FormAttachment. |
| FilePath | Gets the local temporary file path that stores the attachment once it is loaded. |
| IsLocal | Gets a value indicating whether "loading" (fetching the data) can be accomplished without using the network. |
| LoadError | Gets the System.Exception associated with the last load error. |
| LoadStatus | Gets the load status. |
| Name | Gets or sets the name of the FormAttachment. |
| Size | Gets the size of the FormAttachment in bytes. |
| Type | Gets the type of the FormAttachment. |
Methods
| Name | Description |
|---|---|
| CancelLoad() | Cancel loading metadata for the object. |
| CreateFullImageAsync() | |
| CreateThumbnailAsync(Int32, Int32) | Creates a thumbnail image with the specified width and height. |
| LoadAsync() | Load the metadata for the object asynchronously. |
| RetryLoadAsync() | Loads or retries loading metadata for the object asynchronously. |
Events
| Name | Description |
|---|---|
| Loaded | Event that is raised when the object is done loading. |
| LoadStatusChanged | Event that is raised when the LoadStatus property changes. |
| PropertyChanged |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.5 - 200.8 |
| .NET | 200.5 - 200.8 |
| .NET Windows | 200.5 - 200.8 |
| .NET Android | 200.5 - 200.8 |
| .NET iOS | 200.5 - 200.8 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |