[]
        
(Showing Draft Content)

C1.Win.C1Themes.C1Theme.Save

Save Method

Save(Stream)

Saves the current theme to a stream. This method saves theme in the Xml format.

Declaration
public void Save(Stream stream)
Parameters
Type Name Description
Stream stream

The target stream.

Save(Stream, C1ThemeFormat)

Saves the current theme to a stream.

Declaration
public void Save(Stream stream, C1ThemeFormat format)
Parameters
Type Name Description
Stream stream

The target stream.

C1ThemeFormat format

The theme persistence format to use.

Save(string, C1ThemeFormat)

Saves the current theme to a file.

Declaration
public void Save(string fileName, C1ThemeFormat format)
Parameters
Type Name Description
string fileName

The target file name.

C1ThemeFormat format

The theme persistence format to use.

Save(string)

Saves the current theme to a file. The theme format determined on the base of the file extension.

Declaration
public void Save(string fileName)
Parameters
Type Name Description
string fileName

The target file name.