Table of Contents

Class LoadTreeDataCommandArguments

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

Load tree data arguments.

public sealed class LoadTreeDataCommandArguments
Inheritance
object
LoadTreeDataCommandArguments
Extension Methods

Properties

CustomRootNodeId

Identifier of the tree root web page for which children data should be loaded.

public int CustomRootNodeId { get; set; }

Property Value

int

LanguageName

Language codename to load the child nodes for.

public string LanguageName { get; set; }

Property Value

string

NodeId

Content tree node identifier.

public int NodeId { get; set; }

Property Value

int

WebsiteChannelId

Identifier of the current channel.

public int WebsiteChannelId { get; set; }

Property Value

int