Table of Contents

Class GetNodeCommandArguments

Namespace
Kentico.Xperience.Admin.Websites
Assembly
Kentico.Xperience.Admin.Websites.dll

Arguments for the command to get a node.

public sealed class GetNodeCommandArguments
Inheritance
object
GetNodeCommandArguments
Extension Methods

Constructors

GetNodeCommandArguments()

public GetNodeCommandArguments()

Properties

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