[]
        
(Showing Draft Content)

C1.Win.Ribbon.C1BackstageView.Save

Save Method

Save(string)

Saves a C1BackstageView definition into an XML file.

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

Name of the file that will contain the C1BackstageView definition.

Save(Stream)

Saves a C1BackstageView definition into a Stream.

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

Stream that will contain the C1BackstageView definition.

Save(XmlTextWriter)

Saves a C1BackstageView definition into an XmlWriter.

Declaration
public void Save(XmlTextWriter writer)
Parameters
Type Name Description
XmlTextWriter writer

System.Xml.XmlTextWriter that will contain the C1BackstageView definition.