Show / Hide Table of Contents

Class UpdatePreferenceRequestInput

Inheritance
object
UpdatePreferenceRequestInput
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Public.Newsletters
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
Syntax
public class UpdatePreferenceRequestInput

Constructors

UpdatePreferenceRequestInput()

Declaration
public UpdatePreferenceRequestInput()

Properties

EmailAddress

Declaration
[Required]
[DataType(DataType.EmailAddress)]
public string EmailAddress { get; set; }
Property Value
Type Description
string

PreferenceDetails

Declaration
[Required]
public List<PreferenceDetailsDto> PreferenceDetails { get; set; }
Property Value
Type Description
List<PreferenceDetailsDto>

SecurityCode

Declaration
[Required]
public string SecurityCode { get; set; }
Property Value
Type Description
string

Source

Declaration
[Required]
public string Source { get; set; }
Property Value
Type Description
string

SourceUrl

Declaration
[Required]
public string SourceUrl { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft