save_to_file


Description:

public bool save_to_file (string filename)

This function saves the current layout in XML format to the file with the given filename.

Parameters:

this

The layout item.

filename

Name of the file we want to save in layout

Returns:

true if this successfuly save to the file, otherwise false.