Click or drag to resize
Sandcastle Help File BuilderNamespaceSummaryItemCollectionCreateTemporaryItem Method
Create a temporary item that isn't part of the project

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

Parameters

name
Type: SystemString
The namespace name
isGroup
Type: SystemBoolean
True if this is a grouping namespace, false if this is normal namespace

Return Value

Type: NamespaceSummaryItem
The NamespaceSummaryItem that can later be added to the project if necessary
Exceptions
ExceptionCondition
ArgumentExceptionThis is thrown if the given namespace already exists in the collection.
See Also