⚠️ Beta / Prerelease Documentation - Subject to change. (Api version 19.0.0.1401 | Published on 2026-02-23 14:57:33)
Search Results for

    Show / Hide Table of Contents

    Interface IFrameworkConfiguration

    Namespace: Sdl.Core.PluginFramework.Configuration
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public interface IFrameworkConfiguration

    Properties

    ApiVersions

    Gets the installed API versions.

    Declaration
    Dictionary<string, Version> ApiVersions { get; }
    Property Value
    Type Description
    Dictionary<string, Version>

    ProductVersions

    Gets the installed product versions.

    Declaration
    Dictionary<string, Version> ProductVersions { get; }
    Property Value
    Type Description
    Dictionary<string, Version>

    ThirdPartyPluginPackagesRelativePath

    Gets or sets the configured third-party package storage folder

    Declaration
    string ThirdPartyPluginPackagesRelativePath { get; }
    Property Value
    Type Description
    string

    ThirdPartyPluginsEnabled

    Gets or sets if third-party plugins are enabled.

    Declaration
    bool ThirdPartyPluginsEnabled { get; }
    Property Value
    Type Description
    bool

    ThirdPartyPluginsRelativePath

    Gets or sets the configured third-party plugin-root folder

    Declaration
    string ThirdPartyPluginsRelativePath { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX