I have sharepoint portal with 2 level of sites. My requirement is to show all sites and subsites from where the webpart is populated. So I created a webpart and deployed in root site, I used PortalSiteMapProvider.GlobalNavSiteMapProvider.CurrentNode; to get all the details.
When I set "IncludeSubSites" as perweb or never its returning all the sites in first level, but it doesn't have details of second level sites.
When I set "IncludeSubSites" as Always its returning all the sites and its subsites with duplication.