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
Post a Comment