Table of Contents

Interface IManagedFormLoadResult

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

The result of loading a backend form.

public interface IManagedFormLoadResult
Extension Methods

Remarks

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

Properties

Items

The form items to be displayed.

ICollection<IFormItemClientProperties> Items { get; }

Property Value

ICollection<IFormItemClientProperties>