London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I guess the webservices is the best way:
You can use the DataFactory web service found at:
http://www.yourepiserverwebsite.com/WebServices/DataFactoryService.asmx
/Björn
Hi Guys,
What's the best way of using EPiServer APIs on an external website to get EPiServer information such as stored files and pages.
Ideally I'd use some EPiServer reference and call...
PageCollection pc = EPiServer.Global.GetChildren(PageReferenceNumber);
foreach (PageData page in pc){
// Extract information.
}
Something like that but not to have the external site be a EPiServer site or have EPiServer installed.
Can you help,
Chris