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
I'm listing a series of nodes.
Each node has a nupicker xml checkbox list, which allows to pick a series of nodes
I want to list the nodes which have CurrentPage selected as one of it's nupicker items.
So If currentPage has id 1061, i want to list all nodes that have picked 1061.
The problem is, a node can pick more than one node with the picker, so you can't just do.
@foreach (var item in selection.Where(CurrentPage.Id = pickedNode)
Any pointers?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Nupicker xml - check if currentPage Id is picked
I'm listing a series of nodes.
Each node has a nupicker xml checkbox list, which allows to pick a series of nodes
I want to list the nodes which have CurrentPage selected as one of it's nupicker items.
So If currentPage has id 1061, i want to list all nodes that have picked 1061.
The problem is, a node can pick more than one node with the picker, so you can't just do.
Any pointers?
is working on a reply...