Search Results for

    Show / Hide Table of Contents

    Class RestoreInfo

    Contains information about the result of a check restore operation.

    Inheritance
    object
    RestoreInfo
    Namespace: ABB.Robotics.Controllers
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class RestoreInfo

    Properties

    View Source

    Data

    Gets additional data provided by the controller.

    Declaration
    public string Data { get; }
    Property Value
    Type Description
    string
    View Source

    Mismatches

    Gets additional information when Result is Mismatch.

    Declaration
    public RestoreMismatches Mismatches { get; }
    Property Value
    Type Description
    RestoreMismatches
    View Source

    Result

    Gets the result of the operation.

    Declaration
    public RestoreResult Result { get; }
    Property Value
    Type Description
    RestoreResult
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics