Class LoadTaxonomyTreeItemsResult
Result representing data for the taxonomy tree data loading.
public sealed class LoadTaxonomyTreeItemsResult
- Inheritance
-
objectLoadTaxonomyTreeItemsResult
- 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; }