Search Results for

    Show / Hide Table of Contents

    Enum ExtensionPointBehavior

    Possible extension point types.

    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public enum ExtensionPointBehavior

    Fields

    Name Description
    Dynamic

    Dynamic extension point. Extensions for this extension point can be enabled or disabled without requiring an application restart.

    Static

    Static extension point. Once the extension have been instantiated, enabling or disabling extensions within this extension point requires a restart of the application.

    In this article
    • Fields
    Back to top Generated by DocFX