Copied to clipboard

Flag this post as spam?

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


  • Tom 713 posts 952 karma points
    Nov 21, 2012 @ 08:03
    Tom
    0

    DynamicPublishedContent replaces DyanmicNode in 4.10?

    Hi just wondering if that was the case?

    Cheers,

    Tom

  • Tom 713 posts 952 karma points
    Nov 21, 2012 @ 08:12
    Tom
    0

    Hi just wondering in 4.10 how I'd do something like:

     

        var initialResults = ExamineManager.Instance.SearchProviderCollection[searcherName]

                        .Search(sc)

                        .Distinct()

                        .OrderByDescending(r => r.Score)

                        .Select(r => new DynamicNode(r.Id));

     

    It's like I need the published properties of DynamicPublishedContent

     

    but need to be able to get access to a preexisting node..

    Cheers,

    Tom

  • 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