Copied to clipboard

Flag this post as spam?

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


  • Saruyev 1 post 20 karma points
    Mar 19, 2009 @ 11:26
    Saruyev
    0

    Get unpublished node by name

    Hi all

    I'm trying to get unpublished node without knowing its id. Because it's unpublished the umbraco.library.GetXmlNodeByXPath("./descendant-or-self::node [@nodeName = '" + myValue + "']") function does not help me.


    I know only parent node id so I can of cause retrieve parent document and its children and can find the wanted document by any property:

    Document parentDoc = new Document(parentId);

    List

  • 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