Mark Handy
Mark Handy

Reputation: 1256

Kentico Repeater showing a list of the recent page updates

This request came in, where Marketing would like a spot on the home page that shows the pages that have been updated. I'm thinking recent 5. I have a mix of page types, CMS.File, CMS.MenuItem, and a few custom page types. Does anyone have an example of something like this?

I was thinking a repeater, with my page types, top N at 5, and order by Publish Date.

Upvotes: 0

Views: 94

Answers (1)

js2
js2

Reputation: 111

I think that solution is exactly what you said. As orderby column you can use "DocumentModifiedWhen"

Upvotes: 2

Related Questions