The EPiServer.Filters namespace contain classes that support the FilterEventHandler delegate to filter pages on webcontrols.
Classes
Class | Description | |
---|---|---|
![]() | FilterAccess | |
![]() | FilterCompareTo |
Filter for removing items depending on the value of a property.
|
![]() | FilterCount |
Filter that only keeps the first x number of pages.
|
![]() | FilterEventArgs |
The event arguments used by the Filter event.
|
![]() | FilterForVisitor |
A filter that removes any pages that the current user does not have access to or that
is not currently published.
|
![]() | FilterPropertySort |
A filter to sort a PageDataCollection by the values for a property.
|
![]() | FilterPublished |
Filter to remove pages based on published status.
|
![]() | FilterRemoveNullValues |
Filter to remove pages based on Null values for properties.
|
![]() | FilterSkipCount |
Filter that removes the first x number of pages from the PageDataCollection.
|
![]() | FilterSort |
A filter to sort a PageDataCollection using a predefined FilterSortOrder.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IPageFilter |
Interface for filters that can be applied to remove or sort pages for a PageDataCollection.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | CompareCondition |
Represents different kind of comparisation types.
|
![]() | FilterSortDirection |
Direction for sorting.
|
![]() | FilterSortOrder |
Predefined sort orders.
|