save_catalog
Description:
public bool save_catalog (
string fname,
FormatKind format)
throws Error
Serialize all Component instances to XML or YAML metadata and save the data to
a file.
An existing file at the same location will be overridden.
Parameters:
| this |
An instance of Metadata.
|
| fname |
The filename for the new metadata file.
|
Returns:
|
true if the file was written without error.
|