Table of Contents

Class CloneSmartFolderArguments

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll
public sealed class CloneSmartFolderArguments
Inheritance
object
CloneSmartFolderArguments
Extension Methods

Properties

Data

Gets or sets the form data describing the folder properties to be inserted during cloning.

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

Property Value

Dictionary<string, JsonElement>

FolderId

Gets or sets the identifier of the smart folder to clone.

public int FolderId { get; init; }

Property Value

int