I want to programmatically extract content from Content Editor Web Partlocated on landing pages and show it on the Home Page. Since It is not alist I am not able to iterate. Can anyone help me on this. A codesnippet would be great.
You should be able to get the page (SPFile I think), then get the WebPart from a collection on the page. The CEWP has a Contents propertythat contains what you are looking for.
I will let you know about the outcome.