I am looking for a way to load one or more page properties with default data when a page is created. The default data differs depending on user, so I need to control this from code.
I cannot hook on to the EPiServer.DataFactory.Instance.CreatingPage event in Global.asax because this occurs when the page is saved/published, which is too late. I want the default data to be there when the editor starts editing the new page.
Hello,
I am looking for a way to load one or more page properties with default data when a page is created. The default data differs depending on user, so I need to control this from code.
I cannot hook on to the EPiServer.DataFactory.Instance.CreatingPage event in Global.asax because this occurs when the page is saved/published, which is too late. I want the default data to be there when the editor starts editing the new page.
Is this possible?
Thanks in advance!
/Mårten