Click or drag to resize
ComponentFilterCollectionTFilter Class
Collection of component filters.
Inheritance Hierarchy
SystemObject
  Kentico.Content.Web.MvcComponentFilterCollectionTFilter

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public sealed class ComponentFilterCollection<TFilter> : IEnumerable<TFilter>, 
	IEnumerable
where TFilter : IComponentFilter

Type Parameters

TFilter

The ComponentFilterCollectionTFilter type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAdd
Adds a component filter.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Top
Extension Methods
  NameDescription
Public Extension MethodBatchTFilter
Returns input in batches of batchSize size.
(Defined by BaseExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Top
See Also