Rank: Newbie
Joined: 10/16/2008 Posts: 11 Location: Melbourne, Australia
|
Hey All,
I have been looking at the NodeFactory.Nodes class, and wondering how I can populate this, or generate an XML document to get all the nodes, in structure, into an XmlDocument class.
At the moment, I am reading all of the CmsContentXml entries...but it does not nest the nodes. Does Umbraco provide a way to do this?
Cheers
|
 Rank: Addict
Joined: 3/17/2008 Posts: 982 Location: Nyborg, Denmark
|
You're looking for umbraco.content.Instance.XmlContent :-) (in the umbraco.dll assembly)
/n
Jeeeez, did I really start this :-)
|
Rank: Newbie
Joined: 10/16/2008 Posts: 11 Location: Melbourne, Australia
|
Hey hartvig,
Thanks for that...exactly what i was looking for. :)
Cheers
|