IAppConfigServiceGetAllSettingsAsync Method
Retrieves all configuration settings, optionally filtered by label.
Namespace: MobileTrack.Web.Components.InterfacesAssembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
Task<List<ConfigurationSetting>> GetAllSettingsAsync(
string? label = null
)
- label String (Optional)
-
The label to filter by. If null, retrieves settings across all labels.
TaskListConfigurationSetting
A list of
ConfigurationSetting objects.