Search Results for

    Show / Hide Table of Contents

    Interface IPluginStateHandler

    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public interface IPluginStateHandler

    Methods

    CanDisable(IPlugin)

    Declaration
    bool CanDisable(IPlugin plugin)
    Parameters
    Type Name Description
    IPlugin plugin
    Returns
    Type Description
    System.Boolean

    CanEnable(IPlugin)

    Declaration
    bool CanEnable(IPlugin plugin)
    Parameters
    Type Name Description
    IPlugin plugin
    Returns
    Type Description
    System.Boolean

    On this page

    • Methods
      • CanDisable(IPlugin)
      • CanEnable(IPlugin)
    Back to top Generated by DocFX