[#ArgsManager-GetSettingsList] = xref:ArgsManager.adoc[ArgsManager]::GetSettingsList :relfileprefix: ../ :mrdocs: Get list of setting values. == Synopsis Declared in `<common/args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e381abd48)]] std::vector<common::SettingsValue> GetSettingsList(std::string const& arg) const; ---- == Return Value The list of values specified for the setting. == Parameters [cols="1,4"] |=== | Name| Description | *arg* | The setting name to get (e.g. "‐foo"). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#