Table of Contents

Class DeleteFolderArguments

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll
public sealed record DeleteFolderArguments
Inheritance
object
DeleteFolderArguments
Extension Methods

Properties

FolderDisplayName

Display name of the folder that should be deleted.

public string FolderDisplayName { get; set; }

Property Value

string

Remarks

This property is used to display the correct folder name in the confirmation dialog, as the folder might have been renamed since the command was initiated.

FolderId

Identifier of a folder that should be deleted.

public int FolderId { get; set; }

Property Value

int