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
    System.Object
    PluginState
    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public class PluginState : Object

    Constructors

    PluginState(Boolean)

    Constructor with Enabled property.

    Declaration
    public PluginState(bool enabled)
    Parameters
    Type Name Description
    System.Boolean 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
    System.Boolean

    On this page

    • Constructors
      • PluginState(Boolean)
    • Properties
      • Enabled
    Back to top Generated by DocFX