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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...