Table of Contents

Interface IFormComponentMapper

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

Creates form component instance based on Form field definitions.

public interface IFormComponentMapper
Extension Methods

Methods

Map(IEnumerable<FormFieldInfo>)

Maps form field definitions to form components.

IEnumerable<IFormComponent> Map(IEnumerable<FormFieldInfo> formFields)

Parameters

formFields IEnumerable<FormFieldInfo>

Collection of form fields.

Returns

IEnumerable<IFormComponent>

Collection of form components.

Exceptions

ArgumentNullException

Thrown when formFields is null.