Interface IFrameworkConfiguration
Namespace: SdlSdl.CorePluginFrameworkConfiguration
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 |
---|---|
DictionarystringVersion |
ProductVersions
Gets the installed product versions.
Declaration
Dictionary<string, Version> ProductVersions { get; }
Property Value
Type | Description |
---|---|
DictionarystringVersion |
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 |