Table of Contents

Class SaveSmartFolderArguments

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll
public sealed class SaveSmartFolderArguments
Inheritance
object
SaveSmartFolderArguments
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>

FilterValues

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

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

Property Value

Dictionary<string, JsonElement>

WorkspaceId

Workspace id of the new smart folder to be created.

public int WorkspaceId { get; set; }

Property Value

int