[]
        
(Showing Draft Content)

C1.Framework.Theme.SaveThemes

SaveThemes Method

SaveThemes(Theme[], string)

Saves a collection of themes into an Xml file.

Declaration
public static void SaveThemes(Theme[] themes, string fileName)
Parameters
Type Name Description
Theme[] themes

Array containing Theme objects.

string fileName

Name of the Xml file where the themes will be saved.

Remarks

Use the LoadThemes(string) method to load the saved themes.