GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
DeleteCapabilities Class
Specific permissions for delete operations.
ArcGIS Maps SDK for JavaScript
public class DeleteCapabilities :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.DeleteCapabilities>
Inheritance System.Object 🡒 DeleteCapabilities
Implements System.IEquatable<DeleteCapabilities>
Constructors
DeleteCapabilities(Nullable, Nullable) Constructor
Specific permissions for delete operations.
ArcGIS Maps SDK for JavaScript
public DeleteCapabilities(System.Nullable<bool> Enabled=null, System.Nullable<bool> ReliesOnOwnerAdminPrivileges=null);
Parameters
Enabled
System.Nullable<System.Boolean>
Indicates whether delete operations are enabled on the editable layer.
ArcGIS Maps SDK for JavaScript
ReliesOnOwnerAdminPrivileges
System.Nullable<System.Boolean>
Indicates when editing is enabled and is only due to administrative permissions.
ArcGIS Maps SDK for JavaScript
Properties
DeleteCapabilities.Enabled Property
Indicates whether delete operations are enabled on the editable layer.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Enabled { get; set; }
Property Value
System.Nullable<System.Boolean>
DeleteCapabilities.ReliesOnOwnerAdminPrivileges Property
Indicates when editing is enabled and is only due to administrative permissions.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> ReliesOnOwnerAdminPrivileges { get; set; }