Method Save
Save(string)
Saves the current catalog in a file.
Declaration
public void Save(string catalogFilename = "")
Parameters
Type | Name | Description |
---|---|---|
string | catalogFilename | Filename for the catalog. Can be an empty string, which means to use the same filename as before. If the filename is left empty, and the catalog doesn't have a filename yet, an ArgumentException will be thrown. |