AppService.Insert Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Insert(T, Space, bool)
Inserts a new app into the specified Space.
public static T Insert<T>(T app, Space space, bool sudo = false)
where T : App
Parameters
- app
The app to insert.
- space
- Space
The space where the app should be inserted.
- sudo
- bool
true
to perform action as super user, otherwise false
.
Returns
The inserted T
object.