⚠️ Beta / Prerelease Documentation - Subject to change. (Api version 19.0.0.1401 | Published on 2026-02-23 14:57:33)
Search Results for

    Show / Hide Table of Contents

    Class OperationResult

    Represents the result of an operation, including its success status and any error message.

    Inheritance
    object
    OperationResult
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class OperationResult

    Constructors

    OperationResult()

    Declaration
    public OperationResult()

    Properties

    Error

    Gets or sets the error message if the operation was not successful.

    Declaration
    public string Error { get; set; }
    Property Value
    Type Description
    string

    Success

    Gets or sets a value indicating whether the operation was successful.

    Declaration
    public bool Success { get; set; }
    Property Value
    Type Description
    bool
    In this article
    Back to top Generated by DocFX