In This Topic
Saves a
C1BackstageView definition into an XML file.
Syntax
'Declaration
Public Overloads Sub Save( _
ByVal As String _
)
public void Save(
string
)
Parameters
- fileName
- Name of the file that will contain the C1BackstageView definition.
See Also