# LibTmux.SnapshotDepth

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Snapshots/SnapshotDepth.cs#L8
- **Page:** https://libtmux.org/reference/dotnet/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.
