Table of Contents

Class ApplicationShellClientProperties

Namespace
Kentico.Xperience.Admin.Base.UIPages
Assembly
Kentico.Xperience.Admin.Base.dll

Represents the application shell properties.

public sealed class ApplicationShellClientProperties : TemplateClientProperties
Inheritance
object
ApplicationShellClientProperties
Inherited Members
Extension Methods

Constructors

ApplicationShellClientProperties()

public ApplicationShellClientProperties()

Properties

ApplicationVersion

Application version.

public string ApplicationVersion { get; set; }

Property Value

string

Categories

Application categories.

public IList<ApplicationCategory> Categories { get; set; }

Property Value

IList<ApplicationCategory>

ExpiringLicenseMessage

Message informing the user about expiring licenses.

public string ExpiringLicenseMessage { get; set; }

Property Value

string

IsAiraDisabled

Indicates whether AIRA was forcibly disabled by the app configuration.

public bool IsAiraDisabled { get; set; }

Property Value

bool

IsProductAnalyticsEnabled

Indicates whether product analytics is enabled for the current instance.

public bool IsProductAnalyticsEnabled { get; }

Property Value

bool

ProductAnalyticsData

Visitor and account payload supplied to the product analytics agent. null when analytics is disabled.

public ProductAnalyticsData ProductAnalyticsData { get; }

Property Value

ProductAnalyticsData

ShowError

Indicates whether to show a license expiring error.

public bool ShowError { get; set; }

Property Value

bool

ShowWarning

Indicates whether to show a license expiring warning.

public bool ShowWarning { get; set; }

Property Value

bool

StickyBanner

Data for rendering the sticky banner.

public StickyBannerData StickyBanner { get; set; }

Property Value

StickyBannerData

UserProfile

User's profile model.

public UserProfile UserProfile { get; set; }

Property Value

UserProfile