Table of Contents

Class IFormComponentCollectionExtensions

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

Contains extension methods for instances of System.Collections.Generic.IEnumerable<T> where T is IFormComponent.

public static class IFormComponentCollectionExtensions
Inheritance
object
IFormComponentCollectionExtensions

Methods

GetClientProperties(IEnumerable<IFormComponent>)

Invokes GetClientProperties() method on each item in formComponents collection.

public static Task<ICollection<IFormComponentClientProperties>> GetClientProperties(this IEnumerable<IFormComponent> formComponents)

Parameters

formComponents IEnumerable<IFormComponent>

Form components collection.

Returns

Task<ICollection<IFormComponentClientProperties>>