I'm working on a c# usercontrol (for a macro) that will show the last edited pages below a specific page. Obviously I can do this by getting all the child nodes, get their publication date properties, write some sorting routine, and then pick the first items from the resulting list. But isn't there a quicker (both in programming time and CPU time) way of doing such a thing, using an existing API method?
How to get last page edits?
Hi all,
I'm working on a c# usercontrol (for a macro) that will show the last edited pages below a specific page. Obviously I can do this by getting all the child nodes, get their publication date properties, write some sorting routine, and then pick the first items from the resulting list. But isn't there a quicker (both in programming time and CPU time) way of doing such a thing, using an existing API method?
Thanks,
Gabri
is working on a reply...