Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hey!
I have a selection to ChildPages from the CurrentPage:
var selection = CurrentPage.Site().Children().Where("Visible");
Everytime I start the selection, I want the result in a random sequence.
How does this work?
Thanks, Christoph
Try:
var selection = CurrentPage.Site().Children().Where("Visible").RandomOrder();
Thanks a lot! Dennis AdolfiĀ“s solution works :-)
Glad that it helped you Christoph! Have a great day and good luck with the rest of the site!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Random Selection
Hey!
I have a selection to ChildPages from the CurrentPage:
Everytime I start the selection, I want the result in a random sequence.
How does this work?
Thanks, Christoph
Try:
Thanks a lot! Dennis AdolfiĀ“s solution works :-)
Glad that it helped you Christoph! Have a great day and good luck with the rest of the site!
is working on a reply...