Class CampaignReportClientProperties
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Client properties for the campaign report page.
public sealed class CampaignReportClientProperties : TemplateClientProperties
- Inheritance
-
objectCampaignReportClientProperties
- Inherited Members
- Extension Methods
Constructors
CampaignReportClientProperties()
public CampaignReportClientProperties()
Properties
AiraCustomInstruction
Initial instruction sent to AIRA when the chat is opened.
public string AiraCustomInstruction { get; set; }
Property Value
- string
Items
Form items representing rendered form fields.
public ICollection<IFormItemClientProperties> Items { get; set; }
Property Value
- ICollection<IFormItemClientProperties>
NotificationMessage
Notification message to be displayed on the page.
public NotificationBarMessageWithType NotificationMessage { get; set; }