Table of Contents

Class MoveFolderResult

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll
public sealed record MoveFolderResult
Inheritance
object
MoveFolderResult
Extension Methods

Properties

FormItems

Client properties of the form items to render on client.

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

Property Value

ICollection<IFormItemClientProperties>

ParentFolderId

The identifier of the parent folder that the folder was moved to.

public int ParentFolderId { get; set; }

Property Value

int

Status

Represents whether folder was successfully moved.

public FolderCommandResultStatus Status { get; set; }

Property Value

FolderCommandResultStatus