Class CreateSmartFolderSettingsModel
Model representing a settings form to create new smart folder.
public sealed record CreateSmartFolderSettingsModel
- Inheritance
-
objectCreateSmartFolderSettingsModel
- 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