| BaseContentEditorIsContentDocument Property |
This is used to see if the editor is a document type that should be
saved prior to doing a build.
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public virtual bool IsContentDocument { get; }
Public Overridable ReadOnly Property IsContentDocument As Boolean
Get
public:
virtual property bool IsContentDocument {
bool get ();
}
abstract IsContentDocument : bool with get
override IsContentDocument : bool with get
Property Value
Type:
BooleanSee Also