[]
        
(Showing Draft Content)

C1.Framework.Theme.WriteXml

WriteXml Method

WriteXml(XmlWriter)

Writes this Theme into an XmlWriter.

Declaration
public virtual void WriteXml(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer

XmlWriter that will receive the theme definition.

WriteXml(string)

Writes this Theme into an Xml file.

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

Name of the file where the theme will be saved.

WriteXml(Stream)

Writes this Theme into an Xml Stream.

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

Stream where the theme will be saved.