# LibTmux.SnapshotDepth

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Snapshots/SnapshotDepth.cs#L8
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-snapshotdepth/

Names how far down the tmux hierarchy a snapshot captured.

Depth is recorded rather than inferred so a caller can tell an empty level
apart from a level that was never read.

## Members

- `Server` (constant): Only the server itself was captured.
- `Sessions` (constant): Sessions were captured, but not their windows.
- `Windows` (constant): Sessions and their windows were captured.
- `Panes` (constant): Sessions, windows, and their panes were captured.
