dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Results

DeleteItemsResult Class

The result of the deleteItems() method containing the item, if deletion is successful, and error, if any.
ArcGIS Maps SDK for JavaScript

public class DeleteItemsResult :
System.IEquatable<dymaptic.GeoBlazor.Core.Results.DeleteItemsResult>

Inheritance System.Object 🡒 DeleteItemsResult

Implements System.IEquatable<DeleteItemsResult>

Constructors

DeleteItemsResult(Error, PortalItem, Nullable) Constructor

The result of the deleteItems() method containing the item, if deletion is successful, and error, if any.
ArcGIS Maps SDK for JavaScript

public DeleteItemsResult(dymaptic.GeoBlazor.Core.Model.Error? Error=null, dymaptic.GeoBlazor.Core.Components.PortalItem? Item=null, System.Nullable<bool> Success=null);

Parameters

Error Error

The error if the item was not deleted.
ArcGIS Maps SDK for JavaScript

Item PortalItem

An item from the items parameter of deleteItems().
ArcGIS Maps SDK for JavaScript

Success System.Nullable<System.Boolean>

Indicates whether the item was successfully deleted.
ArcGIS Maps SDK for JavaScript

Properties

DeleteItemsResult.Error Property

The error if the item was not deleted.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.Error? Error { get; set; }

Property Value

Error

DeleteItemsResult.Item Property

An item from the items parameter of deleteItems().
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.PortalItem? Item { get; set; }

Property Value

PortalItem

DeleteItemsResult.Success Property

Indicates whether the item was successfully deleted.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>