Table of Contents

Class RenameSmartFolderModel

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

Model representing a form to rename a folder.

public sealed record RenameSmartFolderModel
Inheritance
object
RenameSmartFolderModel
Extension Methods

Properties

FolderDisplayName

New display name of the folder.

[RequiredValidationRule]
[MaxLengthValidationRule(50)]
public string FolderDisplayName { get; set; }

Property Value

string