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
Hi, I have the following code that brings in all the descendants of a node type:
Document dt = new Document(1122); List
Instead I want to get nodes by parent name or id for filtering.
Thanks!
I have used the following and will use this for filtering
.Where(x => x.Id == 1111).ToList()
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
Filter on node name
Hi, I have the following code that brings in all the descendants of a node type:
Document dt = new Document(1122); List
Instead I want to get nodes by parent name or id for filtering.
Thanks!
I have used the following and will use this for filtering
.Where(x => x.Id == 1111).ToList()
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.