Is there a way to pick up a random article from within a section? For our website we require random content within a section of our front page. Something along the lines of pointing the property to a newslist and pulling back a random news page.
Many thanks,
Jon
By "from a section", do you mean the childre of a page?
In that case you could use a standard page property, point it to somewhere (just like you'd do with a list), do a GetChildren, and use the random class to pick a number in that range.
If a "section" is a tree, below a given point, you'll have to use some of the pagetree controls, or traverse it yourself, and pick the page in the same way (be aware that loading big trees could give you a performance problem.)
/Steve