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...
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.
Continue discussion
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...
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.