dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Layers
AttachmentEdit Class
AttachmentEdit represents an attachment that can be added, updated or deleted via applyEdits. This object can be either pre-uploaded data or base 64 encoded data.
ArcGIS JS API
public class AttachmentEdit
Inheritance System.Object 🡒 AttachmentEdit
Properties
AttachmentEdit.Attachment Property
The attachment to be added, updated or deleted.
public dymaptic.GeoBlazor.Core.Components.Layers.Attachment Attachment { get; set; }
Property Value
AttachmentEdit.Feature Property
The feature, objectId or globalId of feature associated with the attachment.
public dymaptic.GeoBlazor.Core.Components.Layers.Graphic Feature { get; set; }