Table of Contents

Class UIApplicationAttribute

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

UI application attribute

[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class UIApplicationAttribute : UIPageAttribute
Inheritance
object
Attribute
UIApplicationAttribute
Inherited Members
Extension Methods

Constructors

UIApplicationAttribute(string, Type, string, string, string, string)

Creates an instance of UIApplicationAttribute class.

public UIApplicationAttribute(string identifier, Type type, string slug, string name, string icon, string templateName)

Parameters

identifier string

Unique identifier of the application.

type Type

Type of the application.

slug string

Slug of the application for the URL.

name string

Display name of the application.

icon string

Icon for the application.

templateName string

Name of the template used for the application.

UIApplicationAttribute(string, Type, string, string, string, string, string)

Creates an instance of UIApplicationAttribute class.

public UIApplicationAttribute(string identifier, Type type, string slug, string name, string category, string icon, string templateName)

Parameters

identifier string

Unique identifier of the application.

type Type

Type of the application.

slug string

Slug of the application for the URL.

name string

Display name of the application.

category string

Code name of the category the application belongs to.

icon string

Icon for the application.

templateName string

Name of the template used for the application.

Properties

Category

Category code name

public string Category { get; }

Property Value

string

Identifier

Identifier of the application

public string Identifier { get; }

Property Value

string