Table of Contents

Class LoadTreeDataResult

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

Result representing data for the content tree data loading.

public sealed class LoadTreeDataResult
Inheritance
object
LoadTreeDataResult
Extension Methods

Properties

IsMoreAvailable

Indicates if there are more nodes available to load.

public bool IsMoreAvailable { get; set; }

Property Value

bool

ItemCount

Represents the number of items in the tree.

public int? ItemCount { get; set; }

Property Value

int?

Remarks

This value will be null for trees outside of webpage microchannels.

Nodes

List of nodes for the content tree.

public List<ContentTreeViewItem> Nodes { get; set; }

Property Value

List<ContentTreeViewItem>