Show / Hide Table of Contents

Class NewsletterPreferenceDetailsDto

Inheritance
object
NewsletterPreferenceDetailsDto
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 NewsletterPreferenceDetailsDto

Constructors

NewsletterPreferenceDetailsDto()

Declaration
public NewsletterPreferenceDetailsDto()

Properties

Definition

Declaration
public string Definition { get; set; }
Property Value
Type Description
string

DisplayPreference

Declaration
public string DisplayPreference { get; set; }
Property Value
Type Description
string

IsSelectedByEmailAddress

Declaration
public bool IsSelectedByEmailAddress { get; set; }
Property Value
Type Description
bool

Preference

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