Copied to clipboard

Flag this post as spam?

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


  • Aleksey Gerasimov 31 posts 95 karma points
    Mar 30, 2016 @ 15:34
    Aleksey Gerasimov
    1

    xpath for collection

    Hi there,

    I'm trying to create data type as Umbraco.MultiNodeTreePicker with "Node type alias: content" Currently I'm use XPath: "$current/../.." It returned tree looks like:

    enter image description here

    What I should add to XPath for get all "green tags" from image?

  • Aleksey Gerasimov 31 posts 95 karma points
    Apr 07, 2016 @ 10:56
    Aleksey Gerasimov
    1

    Right xpath is

    $current/../..//Collection[@nodeName='Partner Category - Geographies']
    
  • 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