Represents the result of an update operation.
Inheritance Hierarchy
PreStormEditResultBase
PreStormUpdateResult
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
The UpdateResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UpdateResult |
Initializes a new instance of the UpdateResult 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