I'm new to SharePoint and I'm looking to create a hierarchy of links that I can access through the API. I've tried creating a Links List, grabbing it with the SpList object and looping over the items; however, I only could seem to access the links in the list and not the folders.
So I'm not sure if I was doing something wrong or not, but I suppose I would like to know if that's the proper way to manage and access a hierarchy of links, and, if so, how I can get both the folders and links through the API? Also, if there is a better approach to managing a large list of organized links, what might it be?
It might also be worth noting that I'm working in SharePoint 2010
Thanks for the help!