I am trying to store website contents in XmlNode. my website structure is
Site1
List1
- Folder1
- Folder2
a] file1
b] file2- Folder3
List2
- Site2
- List1
- List2
- Site3 ...............
- Site4 .........................
So how do i store it in XMLNode. my method should return whole structure as an node not as document.
Thanks in advance.
EDIT: In above case what are the node or element and how to maintain proper hierarchy.