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 1618 posts 1910 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 1618 posts 1910 karma points c-trib
    Apr 27, 2012 @ 09:47
    Biagio Paruolo
    0

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

Please Sign in or register to post replies

Write your reply to:

Draft