| SiteMapEditorWindowIsContentDocument 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 override bool IsContentDocument { get; }
Public Overrides ReadOnly Property IsContentDocument As Boolean
Get
public:
virtual property bool IsContentDocument {
bool get () override;
}
abstract IsContentDocument : bool with get
override IsContentDocument : bool with get
Property Value
Type:
BooleanSee Also