GeoBlazor Pro
layout: pro title: AttachmentsCapabilities parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components.Widgets
AttachmentsCapabilities Class
An object that specifies the available attachments capabilities.
ArcGIS Maps SDK for JavaScript
public class AttachmentsCapabilities : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 AttachmentsCapabilities
Constructors
AttachmentsCapabilities(bool, IReadOnlyList) Constructor
An object that specifies the available attachments capabilities.
ArcGIS Maps SDK for JavaScript
public AttachmentsCapabilities(bool editing, System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Components.Widgets.AttachmentsCapabilitiesOperation>? operations=null);
Parameters
editing
System.Boolean
Indicates whether to allow attachment editing. The feature layer must be enabled to support editing. Default value is false.
operations
System.Collections.Generic.IReadOnlyList<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 System.Nullable<bool> Editing { get; set; }
Property Value
System.Nullable<System.Boolean>
AttachmentsCapabilities.Operations Property
Describes the configurable attachments operations.
public System.Collections.Generic.List<dymaptic.GeoBlazor.Pro.Components.Widgets.AttachmentsCapabilitiesOperation>? Operations { get; set; }
Property Value
System.Collections.Generic.List<AttachmentsCapabilitiesOperation>