I am trying to create a page programatically by looping through all the pagetype properties not using strong type, however the page contains a local block, I can get all the properties from the blockdata, but how can I attached this to the current page instance?
I've read Joel's blog post, his example is created with the strong typed page&block.
I am trying to create a page programatically by looping through all the pagetype properties not using strong type, however the page contains a local block, I can get all the properties from the blockdata, but how can I attached this to the current page instance?
I've read Joel's blog post, his example is created with the strong typed page&block.
Thanks