UpdateResult Constructor

PreStorm - A Data Client for ArcGIS Server REST API
Initializes a new instance of the UpdateResult class.

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

public UpdateResult(
	bool success,
	RestException restException = null
)

Parameters

success
Type: SystemBoolean
restException (Optional)
Type: PreStormRestException
See Also

Reference