Table of Contents

Class MoveFolderArguments

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

Properties

Data

Client properties of the form items to render on client.

public Dictionary<string, JsonElement> Data { get; set; }

Property Value

Dictionary<string, JsonElement>

FolderId

Identifier of a folder that should be moved.

public int FolderId { get; set; }

Property Value

int