# LibTmux.LinkWindowRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/LinkWindowRequest.cs#L4
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-linkwindowrequest/

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

## Members

- `LinkWindowRequest` (method): Initializes a window-link request.
- `TargetSession` (property): Gets the session the window is linked into.
- `TargetIndex` (property): Gets the index to link at, or null for the next free one.
- `Direction` (property): Gets whether to insert before or after the target.
- `ReplaceExisting` (property): Gets whether a window already at the index is replaced.
- `Detach` (property): Gets whether the linked window is left unselected.
- `ToCommand` (method): Returns a link request as one tmux command.
