AppService.Move Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Move(T, Space, bool)
Moves an App to the specified space.
public static T Move<T>(T app, Space space, bool sudo = false)
where T : App
Parameters
- app
The app to move.
- space
- Space
The destination space.
- sudo
- bool
true
to perform action as super user, otherwise false
.