Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Everything is possible, but not maybe supported by Episerver :) Is there a specific reason why you can't use IContentLoader? You can always write custom SQL queries against the database.
I'm not sure what you mean with your last paragraph, could you give us some more information about what you're trying to achieve?
Hi Johan Petersson,
Thanks for your answer
I just wondering how Episerver combine data from master and localized page versions.
For example it is possible to find out that property is language specific
page.Property["PageName"].IsLanguageSpecific
If user change data in master language episerver will return updated properties (relates to properties without language specific attribute) with localized page. So I just interested in this process and how episerver combine data from several pages
Hi,
I was trying to find a solution to get information from master version without using IContentLoader service.
Problem description:
We need to know when data from page was updated (latest Saved date for master and current localized version).
Is it possible?
Maybe someone has information about episerver workflow to provide merging data from master and localized pages when we work with localazed page.