NamespaceSummaryItemCollection.CreateTemporaryItem Method
Definition
- Namespace
- Sandcastle.Core.Project
- Assembly
- Sandcastle.Core.dll
Create a temporary item that isn't part of the project
public NamespaceSummaryItem CreateTemporaryItem(string name, bool isGroup)
Parameters
namestringThe namespace name
isGroupboolTrue if this is a grouping namespace, false if this is normal namespace
Returns
- NamespaceSummaryItem
The NamespaceSummaryItem that can later be added to the project if necessary
Exceptions
- ArgumentException
This is thrown if the given namespace already exists in the collection.