[]
        
(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)
Public Sub Save(fileName As String)
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)
Public Sub Save(stream As 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)
Public Sub Save(writer As XmlTextWriter)
Parameters
Type Name Description
XmlTextWriter writer

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