Click or drag to resize
Sandcastle Help File BuilderTokenEditorWindowCanSaveContent Property
This is used to see if the active document allows its content to be saved.

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public override bool CanSaveContent { get; }

Return Value

Type: Boolean
Returns true if it supports saving its content or false if it does not.
See Also