Copied to clipboard

Flag this post as spam?

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


  • ayyaz 16 posts 36 karma points
    Apr 01, 2010 @ 15:07
    ayyaz
    0

    how to select document of specific doctype from .net

    how we can select umbraco document of a specific doctype from c#.net (with XPath or some thing without looping all the nodes)

  • Peter Dijksterhuis 1442 posts 1722 karma points
    Apr 01, 2010 @ 15:18
    Peter Dijksterhuis
    0

    Try using this:

    XPathNodeIterator tag = umbraco.library.GetXmlNodeByXPath(xpath);

    Peter

  • 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