Click or drag to resize
Sandcastle Help File BuilderProjectExplorerWindowSave Method (String)
Save the project file

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public bool Save(
	string filename
)

Parameters

filename
Type: SystemString
The filename to which the project is saved

Return Value

Type: Boolean
True if successful, false if not
See Also