Table of Contents

Class CreateSmartFolderResult

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

Properties

FilterValues

Form data describing the new folder to be created.

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

Property Value

Dictionary<string, JsonElement>

Guid

The GUID of the created smart folder, if successfully created.

public Guid Guid { get; set; }

Property Value

Guid

Id

The identifier of the created smart folder, if successfully created.

public int Id { get; set; }

Property Value

int

SettingsItems

Client properties of the form items to render on client.

public ICollection<IFormItemClientProperties> SettingsItems { get; set; }

Property Value

ICollection<IFormItemClientProperties>

Status

Represents whether smart folder was successfully created.

public FolderCommandResultStatus Status { get; set; }

Property Value

FolderCommandResultStatus

WorkspaceId

The identifier of the workspace where the smart folder was created.

public int WorkspaceId { get; set; }

Property Value

int