UpdateResult Class

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

SystemObject
  PreStormEditResultBase
    PreStormUpdateResult

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

public class UpdateResult : EditResultBase

The UpdateResult type exposes the following members.

Constructors

  NameDescription
Public methodUpdateResult
Initializes a new instance of the UpdateResult 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