Search Results for

    Show / Hide Table of Contents

    Class PluginState

    Captures the state of a plug-in, which can be saved into a plugin cache (see IPluginCache).

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

    Constructors

    PluginState(bool)

    Constructor with Enabled property.

    Declaration
    public PluginState(bool enabled)
    Parameters
    Type Name Description
    bool enabled

    True if the plug-in is enabled

    Properties

    Enabled

    Gets or sets whether a plug-in is enabled.

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    bool
    In this article
    • Constructors
      • PluginState(bool)
    • Properties
      • Enabled
    Back to top Generated by DocFX