Table of Contents

Class LoadTaxonomyTreeItemsCommandResult

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

Result representing data for the taxonomy tree data loading.

public sealed class LoadTaxonomyTreeItemsCommandResult
Inheritance
object
LoadTaxonomyTreeItemsCommandResult
Extension Methods

Properties

Items

List of taxonomy tree items.

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

Property Value

IEnumerable<TaxonomyTagTreeItem<TagSelectorTreeItem>>

TotalTagsCount

Total count of tags.

public int TotalTagsCount { get; set; }

Property Value

int