Table of Contents

Class CreateSmartFolderArguments

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

Properties

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>

SettingsValues

Form data describing the new smart folder settings to be created.

public Dictionary<string, JsonElement> SettingsValues { 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