Table of Contents

Class Folder

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll
public sealed class Folder
Inheritance
object
Folder
Extension Methods

Properties

Children

Gets or sets the list of child folders.

public ICollection<Folder> Children { get; set; }

Property Value

ICollection<Folder>

HasChildren

Gets or sets the value indicating whether the folder has children.

public bool HasChildren { get; set; }

Property Value

bool

Id

Gets or sets the ID of the folder.

public int Id { get; set; }

Property Value

int

Name

Gets or sets the name of the folder.

public string Name { get; set; }

Property Value

string