[]
        
(Showing Draft Content)

C1.Win.Themes.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)
Public Sub Save(stream As 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)
Public Sub Save(stream As Stream, format As C1ThemeFormat)
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)
Public Sub Save(fileName As String, format As C1ThemeFormat)
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)
Public Sub Save(fileName As String)
Parameters
Type Name Description
string fileName

The target file name.