Get Nodes With A Certain Criteria Using nodeFactory?
Oh yes, me yet again :)
Is it possible to select nodes with a criteria? For example get all Nodes where a certain property has a value? Or Get nodes where the Node.name contains a certain string (Basically a mini search/filter)?
Try the my Simple Search for Umbraco
uses the NodeFactory. So you can take a look into the code or use it:
You can get a List<SearchItem> or a XpathNodeIterator back from
the searcher.
Get Nodes With A Certain Criteria Using nodeFactory?
Oh yes, me yet again :)
Is it possible to select nodes with a criteria? For example get all Nodes where a certain property has a value? Or Get nodes where the Node.name contains a certain string (Basically a mini search/filter)?
Try the my Simple Search for Umbraco uses the NodeFactory. So you can take a look into the code or use it: You can get a List<SearchItem> or a XpathNodeIterator back from the searcher.
hth, Thomas
Thanks again :)
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.