pagedatacollection

You are currently browsing articles tagged pagedatacollection.

new FilterPropertySort(“PageName”, FilterSortDirection.Descending).Filter(children);

Tags: , , ,

In EPiServer.Filters there are some useful filters, like FilterPublished, FilterAccess etc.

To use these filters, just do like this:

new FilterPublished().Filter(somePageDataCollection);

and it’s done. :)

Tags: , , ,