November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
It is possible to get a PageData object from a GUID. Allan blogged about this some time ago:
http://labs.episerver.com/en/Blogs/Allan/Dates/2010/1/Getting-a-Page-from-a-Guid/
Of course, this doesn't help your remote code at all.
I just implemented my own Web service for importing pages, because I wanted to be able to alter the parent page, as well as get the ID. It took about five minutes. It's really worth the time.
I'm using content channels to import a bunch of pages into EPiServer 6. ImportPage returns the imported page ID in the form of a GUID which is great, but how do I translate this into the integer page id?
Is this something I'll have to implement myself with a custom web service? Seems a shame since content channels does most of what I need.