windows phone 7 - Folder navigation -


i recent intrested @ skydrive api , have problem folder navigation. resolve 2lvl depth deeper have problem. thinking folderid , stroe in string[][], there has more gently. suggest something?

what need tree object structure need store. should try this

  public class folder     {         public folder(folder parent, string folderid)         {             this.folderid = folderid;             this.parent = parent;         }          public folder parent { get; private set; }         public string folderid { get; private set; }     } 

you can use , create them in loop structure starting parent.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -