| ProjectExplorerWindowSave Method (String) |
Save the project file
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public bool Save(
string filename
)
Public Function Save (
filename As String
) As Boolean
public:
bool Save(
String^ filename
)
member Save :
filename : string -> bool
Parameters
- filename
- Type: SystemString
The filename to which the project is saved
Return Value
Type:
BooleanTrue if successful, false if not
See Also