Show / Hide Table of Contents

Class FormAttachment

An attachment belonging to a feature form.

Inheritance
System.Object
FormAttachment
Implements
System.ComponentModel.INotifyPropertyChanged
ILoadable
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 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

TargetVersions
.NET Standard 2.0200.5 - 200.8
.NET200.5 - 200.8
.NET Windows200.5 - 200.8
.NET Android200.5 - 200.8
.NET iOS200.5 - 200.8
.NET Framework200.5 - 200.8
UWP200.5 - 200.8
In This Article
Back to top Copyright © 2022 Esri.