SaveFile Method
SaveFile(String)
When implemented by a class, saves IFormDesignerTextSource
content to the specific file.
Declaration
bool SaveFile(string filePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | filePath | Name of the file to save content. |
Returns
Type | Description |
---|---|
System.Boolean | True if succeed; otherwise false. |