Class ChangeBindingSelectionCommandData
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Email template to content type binding selection changed command arguments.
public class ChangeBindingSelectionCommandData
- Inheritance
-
objectChangeBindingSelectionCommandData
- Extension Methods
Properties
ContentTypeId
Content type identifier.
public int ContentTypeId { get; set; }
Property Value
- int
EmailTemplateId
Email template identifier.
public int EmailTemplateId { get; set; }
Property Value
- int
IsSelected
Determines if the binding was selected/deselected.
public bool IsSelected { get; set; }
Property Value
- bool