Hi there,
I want to know how to set a Publishing page content through the code (MOSS 2007).
This is how I've created the page:
PublishingPage page = publishingWeb.GetPublishingPages().Add("MyPage.aspx", pageLayout);
SPFile pageFile = page.ListItem.File;
page.Title = "My Page";
page.Update();
But all my attempts of setting it's content didn't work, so please help me :-P
Tks,
Pedro José Batista