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 |