| SandcastleProjectMaximumGroupParts Property |
This is used to get or set the maximum number of namespace parts to consider when namespace grouping
is enabled.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public int MaximumGroupParts { get; set; }
Public Property MaximumGroupParts As Integer
Get
Set
public:
property int MaximumGroupParts {
int get ();
void set (int value);
}
member MaximumGroupParts : int with get, set
Property Value
Type:
Int32The 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