Class UpdateResult
Definition
- Namespace:
- Tizen.Applications.DataControl
- Assembly:
- Tizen.Applications.DataControl.dll
- API Level:
- 3
This class contains the update operation result.
public class UpdateResult
- Inheritance
-
UpdateResult
Constructors
View SourceUpdateResult(Boolean)
Initializes the UpdateResult class with the result.
Declaration
public UpdateResult(bool result)
Parameters
Type | Name | Description |
---|---|---|
Boolean | result | The update request result. |
API Level: 3
Properties
View SourceResult
Gets the update operation result.
Declaration
public bool Result { get; }
Property Value
Type | Description |
---|---|
Boolean |