Copied to clipboard

Flag this post as spam?

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


  • kfir 6 posts 74 karma points
    May 03, 2016 @ 09:53
    kfir
    0

    Multinode Treepicker xpath query root node parent of parent

    I have Multinode Treepicker in Umbraco 7.4.1. I'm trying to find out how to set the picker to start from the parent of the parent of my current node. I'm also need the option to set the picker to start from the siblings of the parent of my current node.

    enter image description here

    I tried to use:

    $parent/$parent
    

    or

    $parent/parent
    

    or

    ../
    

    no success...

    Thanks in advance for all helpers!

  • ljcooper 21 posts 86 karma points
    Dec 07, 2016 @ 21:45
    ljcooper
    0

    maybe something like:

    $current/parent::YourDoctypehere/parent::NextDocType

    or

    $current/parent::YourDoctypehere/parent::NextDocType//DescendentsYouWannaMatch

  • 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