Table of Contents

Class LoadTaxonomyTreeItemsResult

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

Result representing data for the taxonomy tree data loading.

public sealed class LoadTaxonomyTreeItemsResult
Inheritance
object
LoadTaxonomyTreeItemsResult
Extension Methods

Properties

Items

List of taxonomy tree items.

public IEnumerable<TagSelectorTreeItem> Items { get; set; }

Property Value

IEnumerable<TagSelectorTreeItem>

TaxonomyItem

Taxonomy node.

public TagSelectorTreeItem TaxonomyItem { get; set; }

Property Value

TagSelectorTreeItem