Skip to main content Link Menu Expand (external link) Document Search Copy Copied

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
  
JS API

</a>

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

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

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