Table of Contents

Class RenameFolderResult

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

Properties

FormItems

Client properties of the form items to render on client.

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

Property Value

ICollection<IFormItemClientProperties>

NewFolderDisplayName

A new display name of the renamed folder.

public string NewFolderDisplayName { get; set; }

Property Value

string

RenamedFolderId

Id of the renamed folder.

public int RenamedFolderId { get; set; }

Property Value

int

Status

Represents whether folder was successfully renamed.

public FolderCommandResultStatus Status { get; set; }

Property Value

FolderCommandResultStatus