Table of Contents

Class SmartFolderPropertiesModel

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

Model representing a form containing smart folder properties.

public sealed record SmartFolderPropertiesModel
Inheritance
object
SmartFolderPropertiesModel
Extension Methods

Properties

CreatedBy

Full name of the user who created the folder.

public string CreatedBy { get; set; }

Property Value

string

CreatedWhen

Date and time when the smart folder was created.

public string CreatedWhen { get; set; }

Property Value

string

FolderDisplayName

Display name of the smart folder.

public string FolderDisplayName { get; set; }

Property Value

string

LastModified

Date and time when the smart 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

SmartFolderCodeName

Code name of the smart folder.

public string SmartFolderCodeName { get; set; }

Property Value

string

SmartFolderGuid

GUID of the smart folder.

public string SmartFolderGuid { get; set; }

Property Value

string