Class SetModeratorRoleRequest
- Namespace
- Builvero.Api.Controllers
- Assembly
- Builvero.Api.dll
Request model for promoting or demoting a user to/from the Moderator role.
public class SetModeratorRoleRequest
- Inheritance
-
SetModeratorRoleRequest
- Inherited Members
Properties
IsModerator
Gets or sets a value indicating whether the user should have the Moderator role.
public bool IsModerator { get; set; }
Property Value
- bool
- Request model for promoting or demoting a user to/from the Moderator role.
Remarks
If true, sets role to "Moderator"; if false, sets role to "User".