#include <DbXml.hpp> void XmlContainerConfig::setReadOnly(bool value)
If set to true
the container is opened for
reading only. Any attempt to modify items in the container will
fail regardless of the permissions of the underlying files. If set
to false
then the container can be modified.
The default value is false
and can only be set
to true
for existing containers.