NamespaceSummaryItem Constructor
Constructor
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public NamespaceSummaryItem(
string name,
bool isGroup,
bool isDocumented,
string summaryText
)
Public Sub New (
name As String,
isGroup As Boolean,
isDocumented As Boolean,
summaryText As String
)
public:
NamespaceSummaryItem(
String^ name,
bool isGroup,
bool isDocumented,
String^ summaryText
)
new :
name : string *
isGroup : bool *
isDocumented : bool *
summaryText : string -> NamespaceSummaryItem
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