Interface IFrameworkConfiguration
Namespace: Sdl.Core.PluginFramework.Configuration
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public interface IFrameworkConfigurationProperties
ApiVersions
Gets the installed API versions.
Declaration
Dictionary<string, Version> ApiVersions { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Version> | 
ProductVersions
Gets the installed product versions.
Declaration
Dictionary<string, Version> ProductVersions { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Version> | 
ThirdPartyPluginPackagesRelativePath
Gets or sets the configured third-party package storage folder
Declaration
string ThirdPartyPluginPackagesRelativePath { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
ThirdPartyPluginsEnabled
Gets or sets if third-party plugins are enabled.
Declaration
bool ThirdPartyPluginsEnabled { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
ThirdPartyPluginsRelativePath
Gets or sets the configured third-party plugin-root folder
Declaration
string ThirdPartyPluginsRelativePath { get; }Property Value
| Type | Description | 
|---|---|
| System.String |