Table of Contents

Class ContentFolderPropertiesModel

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

Model representing a form containing content folder properties.

public sealed record ContentFolderPropertiesModel
Inheritance
object
ContentFolderPropertiesModel
Extension Methods

Properties

ContentFolderId

Id of the content folder.

public string ContentFolderId { get; set; }

Property Value

string

CreatedBy

Full name of the user who created the folder.

public string CreatedBy { get; set; }

Property Value

string

CreatedWhen

Date and time when the content folder was created.

public string CreatedWhen { get; set; }

Property Value

string

FolderCodeName

Code name of the content folder.

public string FolderCodeName { get; set; }

Property Value

string

FolderDisplayName

Display name of the content folder.

public string FolderDisplayName { get; set; }

Property Value

string

FolderDisplayNamesPath

Tree path of the content folder.

public string FolderDisplayNamesPath { get; set; }

Property Value

string

LastModified

Date and time when the content folder was last modified.

public string LastModified { get; set; }

Property Value

string

LastModifiedBy

Full name of the user who created the folder.

public string LastModifiedBy { get; set; }

Property Value

string