# LibTmux.MoveWindowRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Requests/MoveWindowRequest.cs#L4
- **Page:** https://libtmux.org/reference/dotnet/libtmux-movewindowrequest/

Describes one <c>move-window</c> invocation.

## Members

- `MoveWindowRequest` (method) — Initializes a window-move request.
- `Destination` (property) — Gets the window part of the target, empty for the next free index.
- `Session` (property) — Gets the destination session, or null for the window's own.
- `Direction` (property) — Gets whether to insert before or after the destination.
- `NoSelect` (property) — Gets whether the moved window is left unselected.
- `ReplaceExisting` (property) — Gets whether a window already at the index is replaced.
- `Renumber` (property) — Gets whether the destination session's windows are renumbered.
