Represents the result of a delete operation.
Inheritance Hierarchy
PreStormEditResultBase
PreStormDeleteResult
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
The DeleteResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DeleteResult |
Initializes a new instance of the DeleteResult class.
|
Properties
Name | Description | |
---|---|---|
RestException |
Any exception thrown while processing the request.
(Inherited from EditResultBase.) | |
Success |
Indicates if the request has been successful.
(Inherited from EditResultBase.) |
See Also