Click or drag to resize
ComponentFilterCollectionTFilterGetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public IEnumerator<TFilter> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
Remarks
Returns only component filter instances registered by Add(TFilter) method. The reason is to preserve backward compatibility after "deferred" filters was introduced.
See Also