Table of Contents

Class ContentTreeViewItem

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

Tree view item representing the content tree node.

public sealed class ContentTreeViewItem
Inheritance
object
ContentTreeViewItem
Extension Methods

Properties

HasChildren

Indicates if node has child nodes.

public bool HasChildren { get; set; }

Property Value

bool

HasExistingFallback

Indicates if there is at least one other language variant of the item.

public bool HasExistingFallback { get; }

Property Value

bool

Icon

Icon name.

public string Icon { get; set; }

Property Value

string

LanguageName

Language codename.

public string LanguageName { get; set; }

Property Value

string

NavigationSlug

Node slug for the navigation.

public string NavigationSlug { get; set; }

Property Value

string

NodeDisplayName

Node display name.

public string NodeDisplayName { get; set; }

Property Value

string

NodeGuid

Node GUID.

public Guid NodeGuid { get; set; }

Property Value

Guid

NodeId

Node ID.

public int NodeId { get; set; }

Property Value

int

ParentNodeId

Parent node ID.

public int ParentNodeId { get; set; }

Property Value

int

State

State of the page.

public WebPageState State { get; set; }

Property Value

WebPageState