Search Results for

    Show / Hide Table of Contents

    Class RestoreInfo

    Contains information about the result of a check restore operation.

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

    Properties

    Data

    Gets additional data provided by the controller.

    Declaration
    public string Data { get; }
    Property Value
    Type Description
    System.String

    Mismatches

    Gets additional information when Result is Mismatch.

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

    Result

    Gets the result of the operation.

    Declaration
    public RestoreResult Result { get; }
    Property Value
    Type Description
    RestoreResult
    In This Article
    Back to top Copyright © 2025 ABB