Copied to clipboard

Flag this post as spam?

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


  • Bharath 40 posts 62 karma points
    Apr 07, 2010 @ 20:54
    Bharath
    -1

    How can i Extend and programmatically access the Content Tree in Umbraco CMS???

    How can i programmatically access the Content Tree in Umbraco CMS???

    Reason:

    I would like to extend the Umbraco CMS content data to other external systems / sites.

    When i want to extend Umbraco with other sites Visual Studio Projects, what are the steps, APIs i need to make use of?

    Say for example,

    1. What are the Web.config changes that need to be included inorder to consume the Umbraco CMS content data through API?

    2. What are the Visual Studio DLL references that i need to include?

    3. Say i need to get the Content Tree representation and lookup the Documents programmatically through API?

     

     

     

     

     


  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Apr 07, 2010 @ 22:16
    Dirk De Grave
    1

    Have replied in other thread. Please avoid posting questions twice!

     

    Cheers,

    /Dirk

  • atze187 160 posts 215 karma points
    Apr 07, 2010 @ 22:35
    atze187
    0

    Hi,

    I would expose the content data via web services in your umbraco site, so your other apps would only need to reference those in order to consume your umbraco based data.

    Get the source package over at codeplex, get the 4.03 source package and check .\umbraco-62014\branches\rb403\umbraco\presentation\umbraco\webService.asmx.cs, which may already fits your needs. There you can also get some detail on implementation.

    André

Please Sign in or register to post replies

Write your reply to:

Draft