| NamespaceSummaryItemCollectionCreateTemporaryItem Method |
Create a temporary item that isn't part of the project
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax 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
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:
NamespaceSummaryItemThe
NamespaceSummaryItem that can later be added to the project if necessary
Exceptions Exception | Condition |
---|
ArgumentException | This is thrown if the given namespace already exists in the
collection. |
See Also