DeleteResult Class

PreStorm - A Data Client for ArcGIS Server REST API
Represents the result of a delete operation.
Inheritance Hierarchy

SystemObject
  PreStormEditResultBase
    PreStormDeleteResult

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public class DeleteResult : EditResultBase

The DeleteResult type exposes the following members.

Constructors

  NameDescription
Public methodDeleteResult
Initializes a new instance of the DeleteResult class.
Top
Properties

  NameDescription
Public propertyRestException
Any exception thrown while processing the request.
(Inherited from EditResultBase.)
Public propertySuccess
Indicates if the request has been successful.
(Inherited from EditResultBase.)
Top
See Also

Reference