Method SaveFile
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
SaveFile(string)
When implemented by a class, saves IFormDesignerTextSource content to the specific file.
bool SaveFile(string filePath)Parameters
- filePathstring
- Name of the file to save content. 
Returns
- bool
- True if succeed; otherwise false.