PostRepo.Trash Method
- Namespace:
- Weavy.Core.Repos
- Assembly:
- Weavy.Core.dll
Trash(int)
Trashes a Post, i.e. sets the IsTrashed flag.
public static void Trash(int id)
Parameters
- id
- int
Id of the post.
Trashes a Post, i.e. sets the IsTrashed flag.
public static void Trash(int id)
Id of the post.