Table of Contents

Class ManagedFormReloadResult

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represents the result of a backend form reload.

public class ManagedFormReloadResult : IManagedFormReloadResult
Inheritance
object
ManagedFormReloadResult
Implements
Derived
Extension Methods

Remarks

This API supports the framework infrastructure and is not intended to be used directly from your code.

Constructors

ManagedFormReloadResult()

public ManagedFormReloadResult()

Properties

Items

Gets or sets the collection of form items.

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

Property Value

ICollection<IFormItemClientProperties>