[]
Saves a C1BackstageView definition into an XML file.
public void Save(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | Name of the file that will contain the C1BackstageView definition. |
Saves a C1BackstageView definition into a Stream.
public void Save(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream | Stream that will contain the C1BackstageView definition. |
Saves a C1BackstageView definition into an XmlWriter.
public void Save(XmlTextWriter writer)
Type | Name | Description |
---|---|---|
XmlTextWriter | writer | System.Xml.XmlTextWriter that will contain the C1BackstageView definition. |