Class ApplicationSettings
Defined in File ApplicationSettings.h
Class Documentation
-
class ApplicationSettings
Represents configuration settings for an application context.
Public Members
-
csp::common::String ApplicationName
The name of the application.
Used to identify the application this settings instance is associated with.
-
csp::common::String Context
A context identifier for the settings.
This can be used to scope or separate settings across different environments or modules.
-
bool AllowAnonymous
Flag indicating whether anonymous access is allowed.
If true, an anonymous user can access these settings.
-
csp::common::String ApplicationName