Call to execute filters on a given colllection of pages

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

Syntax

C#
protected void ExecFilters(
	PageDataCollection pages
)

Parameters

pages
Type: EPiServer.Core..::.PageDataCollection
Collection to filter

See Also