Table of Contents

Class ManagedFormSubmitResult

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

The result of submitting a backend form.

public class ManagedFormSubmitResult : IManagedFormSubmitResult
Inheritance
object
ManagedFormSubmitResult
Implements
Derived
Extension Methods

Remarks

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

Constructors

ManagedFormSubmitResult()

public ManagedFormSubmitResult()

Properties

Items

Gets or sets the form items representing edited form fields.

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

Property Value

ICollection<IFormItemClientProperties>