[]
        
(Showing Draft Content)

C1.Framework.Theme.LoadThemes

LoadThemes Method

LoadThemes(string)

Loads a collection of themes from an Xml file.

Declaration
public static Theme[] LoadThemes(string fileName)
Parameters
Type Name Description
string fileName

Name of the Xml file that contains the themes.

Returns
Type Description
Theme[]

An array containing the themes loaded from the file.

Remarks

Use this method to load themes saved with the SaveThemes(Theme[], string) method.