NamespaceSummaryItemCollectionCreateTemporaryItem Method

Create a temporary item that isn't part of the project

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public NamespaceSummaryItem CreateTemporaryItem(
	string name,
	bool isGroup
)

Parameters

name  String
The namespace name
isGroup  Boolean
True if this is a grouping namespace, false if this is normal namespace

Return Value

NamespaceSummaryItem
The NamespaceSummaryItem that can later be added to the project if necessary

Exceptions

ArgumentExceptionThis is thrown if the given namespace already exists in the collection.

See Also