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
var childrenToList = uQuery.GetNodesByXPath("//*[@id='" + currentId + "']/*[categories/MultiNodePicker/nodeId = '" + filterId + "']");
Digging into those MNTP values with a LINQ WHERE clause just seems impossible, or am I doing it wrong?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Can I do this a more Razor way?
var childrenToList = uQuery.GetNodesByXPath("//*[@id='" + currentId + "']/*[categories/MultiNodePicker/nodeId = '" + filterId + "']");
Digging into those MNTP values with a LINQ WHERE clause just seems impossible, or am I doing it wrong?
is working on a reply...