Show / Hide Table of Contents

Class AttachmentsPopupElement

Represents a pop-up element of type attachments that is displayed in a pop-up for a GeoElement.

Inheritance
System.Object
PopupElement
AttachmentsPopupElement
PopupElement.IsEvaluated
PopupElement.FromJson(String)
PopupElement.ToJson()
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Mapping.Popups
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class AttachmentsPopupElement : PopupElement

Constructors

Name Description
AttachmentsPopupElement(PopupAttachmentsDisplayType)

Initializes a new instance of the AttachmentsPopupElement class with the given PopupAttachmentsDisplayType.

Properties

Name Description
Attachments

Gets a list of all current attachments. Will be empty if attachments haven't yet been fetched or if IsEvaluated is false.

Description

Gets or sets a string value describing the element in detail. Can be an empty string.

DisplayType

Gets or sets the value that indicates how to display the attachments.

Title

Gets or sets a string value indicating what the element represents. Can be an empty string.

Methods

Name Description
GetAttachmentsAsync(CancellationToken)

Fetches the Attachments from the Feature, creates PopupAttachments from them, and populates Attachments. Attachments are not re-fetched if they have already been fetched.

See Also

PopupElement

Applies to

TargetVersions
.NET Standard 2.0100.14 - 200.7
.NET100.14 - 200.7
.NET Windows100.14 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.14 - 200.7
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.7
In This Article
Back to top Copyright © 2022 Esri.