Try our conversational search powered by Generative AI!

Help finding API documentation please

Vote:
 

I can't find the documentation on the EPiServer API.

Specifically, I'm looking for the method(s) for getting a page property. 

 

Cheers!

#44421
Oct 11, 2010 17:09
Vote:
 

Hopefully this should help you out:

http://sdk.episerver.com/

#44422
Oct 11, 2010 17:14
Vote:
 

You find the API docs at http://sdk.episerver.com and the PageData class is a good place to start looking, along with the Developers Guide

#44423
Oct 11, 2010 17:15
Vote:
 

Thanks guys. It looks like the online version of the file I downloaded, except that clicking on tree items actually opens then on the right-hand side ;-)

#44424
Oct 11, 2010 17:21
Vote:
 

I don't suppose there's a tutorial on configuring an application to consume the web services of EPiServer?

#44425
Oct 11, 2010 17:32
Vote:
 

Peter it all really depends on what you want to achieve. Can you be a bit more specific about consuming web services? EPiServer does offer some web services but generally the best approach is to access the API directly which pretty much gives you access to anything you need?

#44426
Oct 11, 2010 17:34
Vote:
 

I have an existing app and I want to use a separate EPiServer installation as a content source. The two apps will be sitting on the same web server. 

#44427
Oct 11, 2010 17:38
Vote:
 

Ah I see, in that case I'd suggest looking into content channels. These offer you a way to mirror content between EPiServer installations.

Admin Mode > Admin Tab > Tools > Content Channels

Here are some useful links which explain how to use them:

http://world.episerver.com/Blogs/Jeff-Wallace/Dates/2010/3/Pushing-Data-into-EPiServer-CMS-5-via-Content-Channels/

http://www.frederikvig.com/2010/05/episerver-developer-resources/#toc-content-channels

They are for EPiServer CMS 5 but things aren't too different in CMS 6 (assuming that is what you are using)

#44428
Oct 11, 2010 17:44
Vote:
 

That looks like the reverse of what I want to do. I want to use EPiServer as a content source for a separate, non-EPiServer isntallation. It looks like those links are for pushing data into EPiServer?

#44429
Oct 11, 2010 17:49
Vote:
 

Ah I thought you might want to push content from one EPiServer site to another. In that case I'd advise looking at the API directly then creating a WCF service that returns typed data for consumption in your other site.

If its only links you need then a RSS feed from EPiServer should do nicely along with a reference to:

http://msdn.microsoft.com/en-us/library/system.servicemodel.syndication.syndicationfeed.aspx

 

#44431
Oct 11, 2010 18:00
Vote:
 

That could be just the ticket, cheers David!

#44434
Oct 11, 2010 18:08
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.