Table of Contents

Interface IManagedFormReloadResult

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

Represents the result of a backend form reload.

public interface IManagedFormReloadResult
Extension Methods

Remarks

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

Properties

Items

Gets or sets the collection of form items.

ICollection<IFormItemClientProperties> Items { get; }

Property Value

ICollection<IFormItemClientProperties>