IAppConfigServiceGetAllSettingsAsync Method

Retrieves all configuration settings, optionally filtered by label.

Definition

Namespace: MobileTrack.Web.Components.Interfaces
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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.

See Also