Table of Contents

Class CreateFolderResult

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

Constructors

CreateFolderResult()

public CreateFolderResult()

Properties

CreatedFolderDisplayName

Display name of the created folder.

public string CreatedFolderDisplayName { get; set; }

Property Value

string

CreatedFolderId

Id of the created folder.

public int CreatedFolderId { get; set; }

Property Value

int

FormItems

Client properties of the form items to render on client.

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

Property Value

ICollection<IFormItemClientProperties>

ParentFolderId

Id of the parent folder.

public int ParentFolderId { get; set; }

Property Value

int

Status

Represents whether folder was successfully created.

public FolderCommandResultStatus Status { get; set; }

Property Value

FolderCommandResultStatus