write_to_path
Description:
[
Version ( since =
"6.0" ) ]
public bool write_to_path (
string path)
throws Error
Save content of this to a user friendly xml file.
Parameters:
this |
a DbCatalog instance
|
path |
path to xml file to save DbCatalog
|
Returns:
true is no error, false otherwise.
|