GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Widgets

AttachmentsCapabilities Class

An object that specifies the available attachments capabilities.
ArcGIS JS API

public class AttachmentsCapabilities :
System.IEquatable<dymaptic.GeoBlazor.Pro.Components.Widgets.AttachmentsCapabilities>

Inheritance System.Object 🡒 AttachmentsCapabilities

Implements System.IEquatable<AttachmentsCapabilities>

Constructors

AttachmentsCapabilities(bool, AttachmentsCapabilitiesOperation[]) Constructor

An object that specifies the available attachments capabilities.
ArcGIS JS API

public AttachmentsCapabilities(bool Editing, dymaptic.GeoBlazor.Pro.Components.Widgets.AttachmentsCapabilitiesOperation[] Operations);

Parameters

Editing System.Boolean

Indicates whether to allow attachment editing. The feature layer must be enabled to support editing. Default value is false.

Operations AttachmentsCapabilitiesOperation[]

Describes the configurable attachments operations.

Properties

AttachmentsCapabilities.Editing Property

Indicates whether to allow attachment editing. The feature layer must be enabled to support editing. Default value is false.

public bool Editing { get; set; }

Property Value

System.Boolean

AttachmentsCapabilities.Operations Property

Describes the configurable attachments operations.

public dymaptic.GeoBlazor.Pro.Components.Widgets.AttachmentsCapabilitiesOperation[] Operations { get; set; }

Property Value

AttachmentsCapabilitiesOperation[]