Table of Contents

Class UpdateSmartFolderArguments

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

Properties

FilterValues

Form data describing the new smart folder filter values to be added to current folder filter values.

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

Property Value

Dictionary<string, JsonElement>

FolderId

Id of the folder which is being renamed.

public int FolderId { get; set; }

Property Value

int