Table of Contents

Class UpdateSmartFolderPropertiesResult

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

Properties

FormItems

The form items to be displayed if the update was not successful.

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

Property Value

ICollection<IFormItemClientProperties>

IsEditable

Indicates whether the smart folder properties are editable.

public bool IsEditable { get; set; }

Property Value

bool

Status

Represents whether the folder properties were successfully updated.

public FolderCommandResultStatus Status { get; set; }

Property Value

FolderCommandResultStatus