NamespaceSummaryItem Constructor

Constructor

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public NamespaceSummaryItem(
	string itemName,
	bool isGroup,
	bool isDocumented,
	string summaryText
)

Parameters

itemName  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