PostService.Move Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Move(int, App, bool)
public static Post Move(int id, App app, bool sudo = false)
Parameters
- id
- int
Id of Post to move.
- app
- App
The destination app.
- sudo
- bool
true
to perform action as super user, otherwise false
.