Class UpdateResult

    Definition

    Namespace:
    Tizen.Applications.DataControl
    Assembly:
    Tizen.Applications.DataControl.dll

    This class contains the update operation result.

    public class UpdateResult
    Inheritance
    object
    UpdateResult

    Constructors

    View Source

    UpdateResult(bool)

    Initializes the UpdateResult class with the result.

    Declaration
    public UpdateResult(bool result)
    Parameters
    Type Name Description
    bool result

    The update request result.

    Properties

    View Source

    Result

    Gets the update operation result.

    Declaration
    public bool Result { get; }
    Property Value
    Type Description
    bool
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX