Table of Contents

Class LoadOrderCommandResult

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

Represent result of executing LoadOrder(LoadOrderCommandArguments, CancellationToken) command in the UI page TaxonomyEditLayout.

public sealed class LoadOrderCommandResult
Inheritance
object
LoadOrderCommandResult
Extension Methods

Properties

TreeItems

Tree items on specified level in correct order.

public IEnumerable<TaxonomyEditLayoutTreeItem> TreeItems { get; set; }

Property Value

IEnumerable<TaxonomyEditLayoutTreeItem>