Class LoadSelectedEmailsCommandArguments
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing.Forms
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Load selected emails command arguments.
public sealed class LoadSelectedEmailsCommandArguments
- Inheritance
-
objectLoadSelectedEmailsCommandArguments
- Extension Methods
Properties
SelectedIdentifiers
Collection of selected email identifiers.
public IEnumerable<EmailRelatedItem> SelectedIdentifiers { get; set; }
Property Value
- IEnumerable<EmailRelatedItem>