Hi,
ÃÂ
I want to have a navigation provider that is driven by entries in an SPList.ÃÂ (I don't want any other entries in the hierarchy)
ÃÂ
I thought I'd do this by deriving from a SiteMapProvider and initialize it with a web Url and list Name.
ÃÂ
I don't think I can drill into the list in Initialize, because I don't have access to an SPContext.
ÃÂ
On overriding GetRootNodeCore, and doing myList.GetItems(mySPQuery)ÃÂ I run into problems - I believe because GetItems is not thread safe.
ÃÂ
I've thought about deriving from PortalSiteMapProvider and calling the it's GetCachedListItemsByQuery(), but I can't see how this would work given that I would be overriding GetRootNodeCore.
ÃÂ
Any suggestions much appreciated.
ÃÂ
Thanks
Martin
ÃÂ
View Complete Post