Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Biagio Paruolo 1494 posts 1635 karma points c-trib
    Apr 27, 2012 @ 08:52
    Biagio Paruolo
    0

    How to find a node with a value from root or a node?

    How to find a node with a particular proprierty value starting from root or from a node or from current level?

    Thanks

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Apr 27, 2012 @ 09:40
    Thomas Höhler
    0
    CurrentPage.DescendantsOrSelf.Where("PROPERTYALIAS == @0", "YOURSEARCHVALUE")

    hth, Thomas

  • Biagio Paruolo 1494 posts 1635 karma points c-trib
    Apr 27, 2012 @ 09:47
    Biagio Paruolo
    0

    This from current level. And from root or a particular node ( nodeid )?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies