Table of Contents

Class TaxonomyActionBase

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

Represents a model of an taxonomy related action.

public abstract class TaxonomyActionBase
Inheritance
object
TaxonomyActionBase
Derived
Extension Methods

Properties

Disabled

Indicates if the action is disabled.

public bool Disabled { get; set; }

Property Value

bool

Label

Label of the action.

public string Label { get; set; }

Property Value

string

Name

Unique action name.

public string Name { get; set; }

Property Value

string

Permission

Permission that will be checked to determine whether the user has the permission to execute the action.

public string Permission { get; set; }

Property Value

string

Tooltip

Tooltip for the action.

public string Tooltip { get; set; }

Property Value

string