access

You are currently browsing articles tagged access.

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: , , ,