Saves the configuration to a new file.
Namespace: Composite.Core.ConfigurationAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public void SaveAs( string filename, ConfigurationSaveMode saveMode ) |
Visual Basic |
---|
Public Sub SaveAs ( _ filename As String, _ saveMode As ConfigurationSaveMode _ ) |
Visual C++ |
---|
public: void SaveAs( String^ filename, ConfigurationSaveMode saveMode ) |
Parameters
- filename
- Type: System..::..String
Path to new configuration filename.
- saveMode
- Type: System.Configuration..::..ConfigurationSaveMode
Save mode to use when saving the configuration.