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

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

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