NamespaceSummaryItem Constructor

Constructor

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public NamespaceSummaryItem(
	string name,
	bool isGroup,
	bool isDocumented,
	string summaryText
)

Parameters

name  String
The namespace's name
isGroup  Boolean
This indicates whether or not the namespace is a group namespace
isDocumented  Boolean
This indicates whether or not the namespace is to be documented
summaryText  String
The summary text

See Also