layout: default title: AttachmentsPopupContent parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Popups

AttachmentsPopupContent Class

An AttachmentsContent popup element represents an attachment element associated with a feature. This resource is
available only if the FeatureLayer.capabilities.data.supportsAttachment is true.
ArcGIS Maps SDK for JavaScript

public class AttachmentsPopupContent : dymaptic.GeoBlazor.Core.Components.Popups.PopupContent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 PopupContent 🡒 AttachmentsPopupContent

Constructors

AttachmentsPopupContent() Constructor

Parameterless constructor for use as a razor component.

public AttachmentsPopupContent();

AttachmentsPopupContent(string, string, string) Constructor

Constructor for creating a AttachmentsPopupContent in code.

public AttachmentsPopupContent(string? title=null, string? description=null, string? displayType=null);

Parameters

title System.String

A heading indicating what the attachment’s content represents.

description System.String

Describes the attachment’s content in detail.

displayType System.String

A string value indicating how to display an attachment.

Properties

AttachmentsPopupContent.Description Property

Describes the attachment’s content in detail.

public string? Description { get; set; }

Property Value

System.String

AttachmentsPopupContent.DisplayType Property

A string value indicating how to display an attachment.

public string? DisplayType { get; set; }

Property Value

System.String

AttachmentsPopupContent.Title Property

A heading indicating what the attachment’s content represents.

public string? Title { get; set; }

Property Value

System.String

AttachmentsPopupContent.Type Property

The type of Popup Content

public override string Type { get; }

Property Value

System.String