Table of Contents

Class FilterFormChangeResult

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

Represents result returned from the filter form change command.

public class FilterFormChangeResult
Inheritance
object
FilterFormChangeResult
Extension Methods

Properties

Components

Gets or sets the form components representing edited form fields.

public ICollection<IFormComponentClientProperties> Components { get; set; }

Property Value

ICollection<IFormComponentClientProperties>

Metadata

Gets or sets the filter metadata for the form components.

public IDictionary<string, FilterFormComponentMetadata> Metadata { get; set; }

Property Value

IDictionary<string, FilterFormComponentMetadata>

See Also