AppConfigServiceGetAllSettingsAsync Method

Retrieves all configuration settings, optionally filtered by label.

Definition

Namespace: MobileTrack.Web.Components.Services
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public Task<List<ConfigurationSetting>> GetAllSettingsAsync(
	string? label = null
)

Parameters

label  String  (Optional)
The label to filter by. If null, retrieves settings across all labels.

Return Value

TaskListConfigurationSetting
A list of ConfigurationSetting objects.

Implements

IAppConfigServiceGetAllSettingsAsync(String)

See Also