Class SendAdminUpdateRequest
- Namespace
- Builvero.Application.DTOs.Admin
- Assembly
- Builvero.Application.dll
Request model for sending admin update emails to users by role
public class SendAdminUpdateRequest
- Inheritance
-
SendAdminUpdateRequest
- Inherited Members
Properties
HtmlContent
Raw HTML content for the email body Note: Email subject is defined in the SendGrid template and cannot be overridden
public string HtmlContent { get; set; }
Property Value
- string
- Request model for sending admin update emails to users by role
Roles
List of user roles to send updates to (e.g., "User", "Admin", "Moderator")
public List<string> Roles { get; set; }