Table of Contents

Class CreateSmartFolderSettingsModel

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

Model representing a settings form to create new smart folder.

public sealed record CreateSmartFolderSettingsModel
Inheritance
object
CreateSmartFolderSettingsModel
Extension Methods

Properties

DisplayName

Display name of the smart folder to create.

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

Property Value

string

WorkspaceId

Identifier of the workspace where the smart folder will be created.

[FormComponentConfiguration(typeof(WorkspaceSelectorConfigurator))]
public string WorkspaceId { get; set; }

Property Value

string