Copied to clipboard

Flag this post as spam?

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


  • Simon 692 posts 1068 karma points
    Jun 04, 2016 @ 14:08
    Simon
    0

    Queston - LINQ

    Hi,

    Can you please someone guide me how I can revamp my current search functionality, where I have some of these:

    nodes = rootNode.Descendants(ConstantNames.PropertyDocumentAliasName).Where(x => umbracoHelper.TypedContent(x.GetPropertyValue<Picker>(ConstantNames.PropertyLocalityAliasName).PickedKeys.FirstOrDefault()).Parent.Id != 1750);
    

    How can I make for example the above code using Linq To Examine?

    Thank you so much for you help. I am getting used to this package.

    Kind Regards

  • Simon 692 posts 1068 karma points
    Jun 05, 2016 @ 14:26
    Simon
    0

    Hi Guys,

    Any insight about this?

    Thanks

  • 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.

Please Sign in or register to post replies