Table of Contents

Interface IManagedFormSubmitResult

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

The result of submitting a backend form.

public interface IManagedFormSubmitResult
Extension Methods

Remarks

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

Properties

Items

Updated form items.

ICollection<IFormItemClientProperties> Items { get; }

Property Value

ICollection<IFormItemClientProperties>