If the page should be filtered.

Namespace:  EPiServer.Filters
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
bool ShouldFilter(
	PageData page
)

Parameters

page
Type: EPiServer.Core..::.PageData
The page that you want to check.

Return Value

True if the filter will remove the page; otherwise false.

See Also