Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectMaximumGroupParts Property
This is used to get or set the maximum number of namespace parts to consider when namespace grouping is enabled.

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

Property Value

Type: Int32
The minimum and default is 2. A higher value results in more namespace groups.
Remarks
Namespace groups are determined automatically and may be documented as well.
See Also