Class UpdatePreferenceRequestInput
Inheritance
UpdatePreferenceRequestInput
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
public class UpdatePreferenceRequestInput
Constructors
Declaration
public UpdatePreferenceRequestInput()
Properties
Declaration
[Required]
[EmailAddress]
[DynamicStringLength(typeof(NewsletterRecordConst), "MaxEmailAddressLength", null)]
public string EmailAddress { get; set; }
Property Value
Declaration
[Required]
public List<PreferenceDetailsDto> PreferenceDetails { get; set; }
Property Value
Declaration
[Required]
public string SecurityCode { 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