SpaceService.Archive Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Archive(int, bool)
Archives a Space.
public static Space Archive(int id, bool sudo = false)
Parameters
- id
- int
Id of space.
- sudo
- bool
true
to perform action as super user, otherwise false
.
Returns
Space
The archived space.