This is used to see if the editor is a document type that should be saved prior to doing a build.

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 1.9.7.0

Syntax

C#
public virtual bool IsContentDocument { get; }
Visual Basic
Public Overridable ReadOnly Property IsContentDocument As Boolean
	Get

Property Value

Type: Boolean

See Also