[#ArgsManager-GetUnrecognizedSections] = xref:ArgsManager.adoc[ArgsManager]::GetUnrecognizedSections :relfileprefix: ../ :mrdocs: Log warnings for unrecognized section names in the config file. == Synopsis Declared in `<common/args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e381ac5a8)]] std::list<SectionInfo> GetUnrecognizedSections() const; ---- == Return Value The list of unrecognized config sections. [.small]#Created with https://www.mrdocs.com[MrDocs]#