| ProjectPropertiesWindowSave Method |
Save the content of the window using its current filename
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public override bool Save()
Public Overrides Function Save As Boolean
public:
virtual bool Save() override
abstract Save : unit -> bool
override Save : unit -> bool
Return Value
Type:
BooleanTrue if successful, false if not successful
See Also