dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

AttachmentCapabilities Class

The editing capabilities for attachments.
ArcGIS Maps SDK for JavaScript

public class AttachmentCapabilities :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.AttachmentCapabilities>

Inheritance System.Object 🡒 AttachmentCapabilities

Implements System.IEquatable<AttachmentCapabilities>

Constructors

AttachmentCapabilities(Nullable) Constructor

The editing capabilities for attachments.
ArcGIS Maps SDK for JavaScript

public AttachmentCapabilities(System.Nullable<bool> Enabled=null);

Parameters

Enabled System.Nullable<System.Boolean>

Indicates whether attachments are enabled on the editable layer.
ArcGIS Maps SDK for JavaScript

Properties

AttachmentCapabilities.Enabled Property

Indicates whether attachments are enabled on the editable layer.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Enabled { get; set; }

Property Value

System.Nullable<System.Boolean>