> ## Documentation Index
> Fetch the complete documentation index at: https://dotnetdocs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NamespaceMode

> Specifies how namespaces should be organized in the output file structure.

## Definition

**Assembly:** CloudNimble.DotNetDocs.Core.dll

**Namespace:** CloudNimble.DotNetDocs.Core.Configuration

**Inheritance:** System.Enum

## Syntax

```csharp theme={"dark"}
CloudNimble.DotNetDocs.Core.Configuration.NamespaceMode
```

## Summary

Specifies how namespaces should be organized in the output file structure.

## Values

| Name     | Value | Description                                                                              |
| -------- | ----- | ---------------------------------------------------------------------------------------- |
| `File`   | 0     | Each namespace is rendered as a single file in the root output directory.                |
| `Folder` | 1     | Each namespace is rendered in its own folder hierarchy matching the namespace structure. |
