SandcastleProjectMaximumGroupParts Property

This read-only property is used to get the maximum number of namespace parts to consider when namespace grouping is enabled.

Definition

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

Property Value

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