• Api Documentation
Show / Hide Table of Contents
  • Softadmin.Api
    • AdminMessageException
    • CustomComponent
    • ICookies
    • ICredentialsStore
    • IEnvironment
    • IForwardState
    • IHttpHeaders
    • IParameters
    • ISessionVariables
    • ISystemSettings
    • Plugin
  • Softadmin.Api.Database
    • IDbRequest
    • IDbRequestFactory
  • Softadmin.Api.Diagnostics
    • ILogger
  • Softadmin.Api.Login
    • IUserState
    • LoginPlugin
    • PostLoginPlugin
    • PreLoginPlugin
    • UserAuthenticationPlugin
  • Softadmin.Api.Logout
    • LogoutPlugin
  • Softadmin.Api.Page
    • ICustomPage
    • PagePlugin
  • Softadmin.Api.Ui
    • IDebugWindow
    • IProgressWindow

Interface ISystemSettings

Provides access to the system settings, also known as application variables.

Namespace: Softadmin.Api
Assembly: Softadmin.Api.dll
Syntax
public interface ISystemSettings

Properties

Item[String]

Gets the value of a system setting.

Declaration
string this[string name] { get; }
Parameters
Type Name Description
System.String name

The name, case insensitive.

Property Value
Type Description
System.String

The value, or null.

Back to top Generated by DocFX