PostService.Unpin Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Unpin(int, bool)
Unpin the specified post.
public static Post Unpin(int id, bool sudo = false)
Parameters
- id
- int
Id of the Post to unpin.
- sudo
- bool
true
to perform action as super user, otherwise false
.
Returns
Post
The unpinned post