GeoBlazor Pro


layout: pro title: SupportingWidgetAttachments parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Widgets

SupportingWidgetAttachments Class

Indicates whether to allow updating an existing attachment. Default value is true.

public class SupportingWidgetAttachments : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 SupportingWidgetAttachments

Constructors

SupportingWidgetAttachments() Constructor

Parameterless constructor for use as a razor component

public SupportingWidgetAttachments();

SupportingWidgetAttachments(string, AttachmentsCapabilities) Constructor

Indicates whether to allow updating an existing attachment. Default value is true.

public SupportingWidgetAttachments(string displayType, dymaptic.GeoBlazor.Pro.Components.Widgets.AttachmentsCapabilities? capabilities=null);

Parameters

displayType System.String

String indicating how to display the attachments.

capabilities AttachmentsCapabilities

The capabilities needed for the attachments widget.

Properties

SupportingWidgetAttachments.Capabilities Property

The capabilities needed for the attachments widget.

public dymaptic.GeoBlazor.Pro.Components.Widgets.AttachmentsCapabilities? Capabilities { get; set; }

Property Value

AttachmentsCapabilities

SupportingWidgetAttachments.DisplayType Property

String indicating how to display the attachments.

public string? DisplayType { get; set; }

Property Value

System.String