Table of Contents

Class UICategoryAttribute

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

UI category attribute

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

Constructors

UICategoryAttribute(string, string, string, int)

Creates new instance of UICategoryAttribute.

public UICategoryAttribute(string codeName, string name, string icon, int order)

Parameters

codeName string

Category code name

name string

Name

icon string

Icon

order int

Category order.

Properties

CodeName

Category code name

public string CodeName { get; }

Property Value

string

Icon

Icon

public string Icon { get; }

Property Value

string

Name

Category name

public string Name { get; }

Property Value

string

Order

Order of the category.

public int Order { get; }

Property Value

int