Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • bob singh 47 posts 126 karma points
    Jun 30, 2015 @ 12:33
    bob singh
    0

    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!

  • bob singh 47 posts 126 karma points
    Jun 30, 2015 @ 13:43
    bob singh
    100

    I have used the following and will use this for filtering

    .Where(x => x.Id == 1111).ToList()

Please Sign in or register to post replies

Write your reply to:

Draft