Class MergeWorkspaceWindowsTransform
- Namespace
- Whim
- Assembly
- Whim.dll
Merges the windows of the given 
  
  SourceWorkspaceId into the given TargetWorkspaceId.public record MergeWorkspaceWindowsTransform : BaseWorkspaceTransform, IEquatable<Transform<bool>>, IEquatable<BaseWorkspaceTransform>, 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
- SourceWorkspaceIdGuid
- The id of the workspace to remove.
- TargetWorkspaceIdGuid
- 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; }