UserService.Trash Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Trash(int)
Trash a User, i.e. sets the IsTrashed flag.
public static User Trash(int id)
Parameters
- id
- int
Id (unique identifier).
Returns
User
The trashed user.