[#CBanDB-Write] = xref:CBanDB.adoc[CBanDB]::Write :relfileprefix: ../ :mrdocs: Writes the given set of bans to the banlist database. == Synopsis Declared in `<addrdb.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool Write(xref:banmap_t.adoc[banmap_t] const& banSet); ---- == Return Value true if the banlist was written successfully. == Parameters [cols="1,4"] |=== | Name| Description | *banSet* | The bans to persist. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#