Table of Contents

Class InfoCardData

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

Statistics data card configuration.

public class InfoCardData
Inheritance
object
InfoCardData
Extension Methods

Constructors

InfoCardData(string, string, string, string)

Creates an instance of InfoCardData.

public InfoCardData(string caption, string tooltip, string text, string details)

Parameters

caption string

The title of the card.

tooltip string

The tooltip explaining the main text.

text string

The main message of the card.

details string

Detailed information to elaborate the main message.

Properties

Caption

Gets or sets the title of the card.

public string Caption { get; }

Property Value

string

Details

Gets or sets detailed information to elaborate the main message.

public string Details { get; }

Property Value

string

Text

Gets or sets the main message of the card.

public string Text { get; }

Property Value

string

Tooltip

Gets or sets the tooltip explaining the main text.

public string Tooltip { get; }

Property Value

string