save_metainfo


Description:

public bool save_metainfo (string fname, FormatKind format) throws Error

Serialize Component instance to XML and save it to file.

An existing file at the same location will be overridden.

Parameters:

fname

The filename for the new metadata file.

format

The format to save this file in. Only XML is supported at time.

Returns:

true if the file was written without error.