Class MergeWorkspaceWindowsTransform
- Namespace
- Whim
- Assembly
- Whim.dll
Merges the windows of the given
SourceWorkspaceId
into the given TargetWorkspaceId
.public record MergeWorkspaceWindowsTransform : Transform, IEquatable<Transform<Unit>>, IEquatable<Transform>, IEquatable<MergeWorkspaceWindowsTransform>
- Inheritance
-
MergeWorkspaceWindowsTransform
- Implements
- Inherited Members
Constructors
MergeWorkspaceWindowsTransform(Guid, Guid)
Merges the windows of the given
SourceWorkspaceId
into the given TargetWorkspaceId
.public MergeWorkspaceWindowsTransform(Guid SourceWorkspaceId, Guid TargetWorkspaceId)
Parameters
SourceWorkspaceId
Guid- The id of the workspace to remove.
TargetWorkspaceId
Guid- The id of the workspace to merge the windows into.
Properties
SourceWorkspaceId
The id of the workspace to remove.
public Guid SourceWorkspaceId { get; init; }
Property Value
TargetWorkspaceId
The id of the workspace to merge the windows into.
public Guid TargetWorkspaceId { get; init; }