Filters adding,removing or changing order of pages

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public event FilterEventHandler Filter

Remarks

Filters can be called multiple times on different collections and should not contain any state.

If you add your own FilterPropertySort to the filter queue, make sure to set SortBy = null, otherwise the webcontrol's default sort filter is also executed and it would resort the data, since it is always executed last.

See Also