Show / Hide Table of Contents

Class FormAttachment

An attachment belonging to a feature form.

Inheritance
object
FormAttachment
Implements
INotifyPropertyChanged
ILoadable
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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 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()

Creates the full image for displaying the attachment in full screen or larger than a thumbnail.

CreateThumbnailAsync(int, int)

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
LoadStatusChanged

Event that is raised when the LoadStatus property changes.

Loaded

Event that is raised when the object is done loading.

PropertyChanged

Occurs when a property value changes.

Applies to

TargetVersions
.NET Standard 2.0200.5 - 200.8
.NET200.5 - 300.0
.NET Windows200.5 - 300.0
.NET Android200.5 - 300.0
.NET iOS200.5 - 300.0
.NET Framework200.5 - 200.8
UWP200.5 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.