Class CreateNewsletterRecordInput
Inheritance
CreateNewsletterRecordInput
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
public class CreateNewsletterRecordInput
Constructors
Declaration
public CreateNewsletterRecordInput()
Properties
Declaration
public List<string> AdditionalPreferences { get; set; }
Property Value
Declaration
[Required]
[EmailAddress]
[DynamicStringLength(typeof(NewsletterRecordConst), "MaxEmailAddressLength", null)]
public string EmailAddress { get; set; }
Property Value
Declaration
[Required]
[DynamicStringLength(typeof(NewsletterPreferenceConst), "MaxPreferenceLength", null)]
public string Preference { get; set; }
Property Value
Declaration
public string PrivacyPolicyUrl { get; set; }
Property Value
Declaration
[Required]
[DynamicStringLength(typeof(NewsletterPreferenceConst), "MaxSourceLength", null)]
public string Source { get; set; }
Property Value
Declaration
[Required]
[DynamicStringLength(typeof(NewsletterPreferenceConst), "MaxSourceUrlLength", null)]
public string SourceUrl { get; set; }
Property Value
Extension Methods