Copied to clipboard

Flag this post as spam?

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


  • Andrew Waegel 126 posts 126 karma points
    Oct 16, 2010 @ 18:58
    Andrew Waegel
    0

    Using Umbraco.Examine LinqXmlExtensions

    I'm trying to implement some of the magic of Examine Events from Shannon's CodeGarden presentation but there's one thing I can't work out. Per his example, when trying to add a node's XML to an examine index like this:

    ExamineManager.Instance.ReIndexNode(umbXml.ToXDocument().Root, IndexTypes.Content);

    ...I'm told that ToXDocument isn't available, even though I have valid references to all the Examine and UmbracoExamine DLLs. I poked around and found that this seems to be part of the Umbraco.Examine LinqXmlExtensions, but I'm not sure what else I need to do to be able to use them. Any ideas? I'm sure it's something simple.

    Thanks,
    - Andrew

  • Andrew Waegel 126 posts 126 karma points
    Oct 17, 2010 @ 01:33
    Andrew Waegel
    0

    Digging into it a little more, it looks like the test project with this code was made in VS 2010 for .NET 4, so please belay this request til I update my setup and see how things look.

    - Andrew

  • 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