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 :
System.IEquatable<dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetAttachments>
Inheritance System.Object 🡒 SupportingWidgetAttachments
Implements System.IEquatable<SupportingWidgetAttachments>
Constructors
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);
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
SupportingWidgetAttachments.DisplayType Property
String indicating how to display the attachments.
public string DisplayType { get; set; }