Table of Contents

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

filePath string

Name of the file to save content.

Returns

bool

True if succeed; otherwise false.