Is there any way to programaticly save a page so that it is shown in every webadmins's "My Tasks"
I have tryed to set the artikle to "Ready to publish" with this save sentence.
EPiServer.Global.EPDataFactory.Save(newPage, EPiServer.DataAccess.SaveAction.CheckIn);
But it stil will not pop up in the task list.
Please help
Lars G
EPiServer.Global.EPDataFactory.Save(newPage, EPiServer.DataAccess.SaveAction.CheckIn);
But it stil will not pop up in the task list. Please help Lars G