Class UpdateResult

Definition

Namespace:
Tizen.Applications.DataControl
Assembly:
Tizen.Applications.DataControl.dll
API Level:
3

This class contains the update operation result.

C#
Copy
public class UpdateResult
Inheritance
System.Object
UpdateResult

Constructors

View Source

UpdateResult(Boolean)

Initializes the UpdateResult class with the result.

Declaration
C#
Copy
public UpdateResult(bool result)
Parameters
Type Name Description
System.Boolean result

The update request result.

API Level: 3

Properties

View Source

Result

Gets the update operation result.

Declaration
C#
Copy
public bool Result { get; }
Property Value
Type Description
System.Boolean
API Level: 3