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

Please Sign in or register to post replies

Write your reply to:

Draft