Table of Contents

Class TaxonomyTreeItemAction

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

Represents a model of an taxonomy tree item action.

public sealed class TaxonomyTreeItemAction : TaxonomyActionBase
Inheritance
object
TaxonomyTreeItemAction
Inherited Members
Extension Methods

Properties

Icon

Icon of the action.

public string Icon { get; set; }

Property Value

string

IsDestructive

Indicates if the action is destructive.

public bool IsDestructive { get; set; }

Property Value

bool