Table of Contents

Class WellKnownAppConfigurationSetNames

Namespace
FoundationaLLM.Common.Constants.Configuration
Assembly
FoundationaLLM.Common.dll

Provides a collection of well-known names for application configuration sets.

public static class WellKnownAppConfigurationSetNames
Inheritance
WellKnownAppConfigurationSetNames
Inherited Members

Fields

All

All application configuration sets.

public static readonly string[] All

Field Value

string[]

ManagementPortal

The application configuration set used by the management portal.

public const string ManagementPortal = "ManagementPortal"

Field Value

string

UserPortal

The application configuration set used by the user portal.

public const string UserPortal = "UserPortal"

Field Value

string