This form is used to edit site map files that defines the table of contents layout for additional content items.

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

Syntax

C#
public class SiteMapEditorWindow : BaseContentEditor
Visual Basic
Public Class SiteMapEditorWindow _
	Inherits BaseContentEditor

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..Form
              WeifenLuo.WinFormsUI.Docking..::..DockContent
                SandcastleBuilder.Gui.ContentEditors..::..BaseContentEditor
                  SandcastleBuilder.Gui.ContentEditors..::..SiteMapEditorWindow

See Also