Class UpdatePreferenceInput
Inheritance
UpdatePreferenceInput
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
public class UpdatePreferenceInput
Constructors
Declaration
public UpdatePreferenceInput()
Properties
Declaration
[Required]
[DataType(DataType.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]
[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