Table of Contents

Method SaveFile

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v9.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.