Table of Contents

Class EmailSelectorClientProperties

Namespace
Kentico.Xperience.Admin.DigitalMarketing.Forms
Assembly
Kentico.Xperience.Admin.DigitalMarketing.dll

Represents client properties of a EmailSelectorClientProperties.

public class EmailSelectorClientProperties : FormComponentClientProperties<IEnumerable<EmailRelatedItem>>, IFormComponentClientProperties, IFormItemClientProperties
Inheritance
object
EmailSelectorClientProperties
Implements
Inherited Members
Extension Methods

Properties

AllowedEmailPurpose

Restricts the selection on the specified email purpose.

public string AllowedEmailPurpose { get; set; }

Property Value

string

Emails

A collection of currently selected email meta-data.

public IEnumerable<EmailSelectorClientItem> Emails { get; set; }

Property Value

IEnumerable<EmailSelectorClientItem>

ForPreview

Indicates whether also unpublished versions of emails should be selectable.

public bool ForPreview { get; set; }

Property Value

bool

Remarks

  • If true, the selector will also allow selection of unpublished emails.
  • Otherwise, only published emails will be selectable.
  • Default value is false.

MaximumEmails

Maximum amount of emails in the selector.

public int MaximumEmails { get; set; }

Property Value

int

Sortable

Allows sorting of selected emails.

public bool Sortable { get; set; }

Property Value

bool