Table of Contents

Class UpdateFolderPropertiesResult

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

Properties

FormItems

Client properties of the form items to render on client.

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

Property Value

ICollection<IFormItemClientProperties>

Status

Represents whether the folder properties were successfully updated.

public FolderCommandResultStatus Status { get; set; }

Property Value

FolderCommandResultStatus