Interface ISettingStore
Namespace: Volo.Abp.Settings
Assembly: Volo.Abp.Settings.dll
Syntax
public interface ISettingStore
Methods
GetOrNullAsync(String, String, String)
Declaration
Task<string> GetOrNullAsync(string name, string providerName, string providerKey)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | providerName | |
System.String | providerKey |
Returns
Type | Description |
---|---|
Task<System.String> |