Click or drag to resize
Sandcastle Help File BuilderTokenEditorWindowSave Method (String)
Save the topic to a new filename

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 new filename

Return Value

Type: Boolean
True if saved successfully, false if not
See Also