MobileTrack Nexus Documentation
C#
Show/Hide TOC
App
Config
Service
Get
All
Settings
Async 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+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
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
Task
List
ConfigurationSetting
A list of
ConfigurationSetting
objects.
Implements
IAppConfigService
GetAllSettingsAsync(String)
See Also
Reference
AppConfigService Class
MobileTrack.Web.Components.Services Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also