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.
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?
Have replied in other thread. Please avoid posting questions twice!
Cheers,
/Dirk
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é
is working on a reply...