XmlContainerConfig::setReadOnly API Ref

#include <DbXml.hpp>

void XmlContainerConfig::setReadOnly(bool value)

bool XmlContainerConfig::getReadOnly() const


Description: XmlContainerConfig::setReadOnly

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.

Parameters
value

APIRef

Copyright (c) 1996-2009 Oracle. All rights reserved.