Class PluginState
Captures the state of a plug-in, which can be saved into a plugin cache (see IPluginCache).
Inherited Members
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 |