NamespaceSummaryItemCollectionCreateTemporaryItem Method
Create a temporary item that isn't part of the project
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public NamespaceSummaryItem CreateTemporaryItem(
string name,
bool isGroup
)
Public Function CreateTemporaryItem (
name As String,
isGroup As Boolean
) As NamespaceSummaryItem
public:
NamespaceSummaryItem^ CreateTemporaryItem(
String^ name,
bool isGroup
)
member CreateTemporaryItem :
name : string *
isGroup : bool -> NamespaceSummaryItem
- name String
- The namespace name
- isGroup Boolean
- True if this is a grouping namespace, false if this is normal namespace
NamespaceSummaryItemThe
NamespaceSummaryItem that can later be added to the project if necessary
| ArgumentException | This is thrown if the given namespace already exists in the
collection. |