Table of Contents

Interface IFormFeaturedFieldDefinitionProvider

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Provider for retrieval of existing featured field definitions for Form Builder.

public interface IFormFeaturedFieldDefinitionProvider
Extension Methods

Methods

Get(string)

Returns an instance of the FormFeaturedFieldDefinition class based on given identifier.

FormFeaturedFieldDefinition Get(string identifier)

Parameters

identifier string

Returns

FormFeaturedFieldDefinition

GetAll()

Returns all existing featured field definitions.

IEnumerable<FormFeaturedFieldDefinition> GetAll()

Returns

IEnumerable<FormFeaturedFieldDefinition>