Table of Contents

Class ComponentFilterCollection<TFilter>

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

Collection of component filters.

public sealed class ComponentFilterCollection<TFilter> where TFilter : IComponentFilter

Type Parameters

TFilter
Inheritance
object
ComponentFilterCollection<TFilter>
Extension Methods

Methods

Add(TFilter)

Adds a component filter.

public void Add(TFilter filter)

Parameters

filter TFilter

Component filter to add.

Exceptions

ArgumentNullException

Throws when filter is null.

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<TFilter> GetEnumerator()

Returns

IEnumerator<TFilter>

An enumerator that can be used to iterate through the collection.