Class SendDraftModel
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Model for 'send draft email' page.
public class SendDraftModel
- Inheritance
-
objectSendDraftModel
- Extension Methods
Properties
EmailRecipients
Recipients of the draft email.
[EmailValidationRule(AllowMultipleAddresses = true)]
[RequiredValidationRule]
public string EmailRecipients { get; set; }
Property Value
- string