Click or drag to resize
ComponentFilterCollectionTFilterAdd Method (TFilter)
Adds a component filter.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public void Add(
	TFilter filter
)

Parameters

filter
Type: TFilter
Component filter to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrows when filter is null.
See Also