Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
how we can select umbraco document of a specific doctype from c#.net (with XPath or some thing without looping all the nodes)
Try using this:
XPathNodeIterator tag = umbraco.library.GetXmlNodeByXPath(xpath);
Peter
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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)
Try using this:
XPathNodeIterator tag = umbraco.library.GetXmlNodeByXPath(xpath);
Peter
is working on a reply...