Class LoadTaxonomyTreeItemsCommandResult
Result representing data for the taxonomy tree data loading.
public sealed class LoadTaxonomyTreeItemsCommandResult
- Inheritance
-
objectLoadTaxonomyTreeItemsCommandResult
- 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