Class LoadOrderCommandResult
Represent result of executing LoadOrder(LoadOrderCommandArguments, CancellationToken) command in the UI page TaxonomyEditLayout.
public sealed class LoadOrderCommandResult
- Inheritance
-
objectLoadOrderCommandResult
- Extension Methods
Properties
TreeItems
Tree items on specified level in correct order.
public IEnumerable<TaxonomyEditLayoutTreeItem> TreeItems { get; set; }
Property Value
- IEnumerable<TaxonomyEditLayoutTreeItem>