Click or drag to resize
Sandcastle Help File BuilderProjectExplorerWindowAskToSaveProject Method
This is called to ask the user if they want to save their project

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

Return Value

Type: Boolean
Returns true if saved successfully or no save is wanted. Returns false on error or if cancelled.
See Also