Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

PortalSiteMapNode show/hide

  Asked By: Devika Goud         Date: Jun 18, 2010      Category: Sharepoint      Views: 966
 

I have a PortalSiteMapProvider which I am using for Normal navigation across my sites. My site has many areas ( webs ). Now with the help of Navigation changer, I am making some nodes hidden. Now I need to write code to get all those nodes which are visible. I am not able to find property where I can make that decision.

So my questions are
1. What property does get modified when I hide a link by navigation changer.
2. How I can display only the visible nodes (I am making use of IsVisible property of PortalSiteMapNode, but its not working ).

I am using this code as my base
stackoverflow.com/.../creating-sharepoint-moss-sitemap


 

1 Answer Found

 
Answer #1       Answered By: Manan Kadu          Answered On: Jun 18, 2010       

I figured it out how to do it. I thought it was simple, but it was not. This post really helped me so much. So I thought it would be nice to share with others

www.tonstegeman.com/.../Post.aspx?ID=76

After all, we should ShareThePoint

 
Didn't find what you were looking for? Find more on PortalSiteMapNode show/hide Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].