Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectNamespaceGrouping Property
This is used to get or set whether namespace grouping is enabled. The presentation style must have support for namespace grouping in order for the feature to work.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public bool NamespaceGrouping { get; set; }

Property Value

Type: Boolean
If true, namespace grouping is enabled. Otherwise, namespace grouping is not enabled.
Remarks
Namespace groups are determined automatically and may be documented as well.
See Also