Table of Contents

Class FormChangeResult

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

Represents result returned from the form change command.

public class FormChangeResult
Inheritance
object
FormChangeResult
Extension Methods

Properties

Items

Gets or sets the form items representing edited form fields.

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

Property Value

ICollection<IFormItemClientProperties>

See Also