Saves a configuration into a file
Namespace: Ico.WPF.SpecializedAssembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void SaveConfiguration( string filePath, out string log ) |
Visual Basic |
---|
Public Sub SaveConfiguration ( _ filePath As String, _ <OutAttribute> ByRef log As String _ ) |
JScript |
---|
public function SaveConfiguration( filePath : String, log : String ) |
Parameters
- filePath
- Type: System..::..String
- log
- Type: System..::..String%