Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
4answers
1k views

SharePoint Custom Current Navigation / PortalSiteMapProvider

I'm working on a custom current (left) navigation on a SharePoint solution. What I need is that the root of the navigation is a variation web, the immediate child of the root web. All the sites and ...
2
votes
1answer
1k views

PortalSiteMapProvider

Everytime I instantiate a PortalSiteMapProvider instance it always defaults to the Root Web Site Collection. I want to be able to acquire a site map from a different collection from an application ...
1
vote
1answer
773 views

SPContext in Event Receiver (PortalSiteMapProvider)

I'm trying to write an event receiver which uses the PortalSiteMapProvider. Without having HTTPContext or SPContext INSIDE the event receiver, how would one go about accessing the ...
1
vote
1answer
994 views

Custom SharePoint Navigation 2 Levels Deep

I have a simple site consisting of a root site with 2 child sites. Now I want the navigation for all 3 sites to be exactly the same and read: Root Site | Child Site 1 | Child Site 2 With the ...
1
vote
1answer
2k views

PortalSiteMapProvider causing excessive SPRequest objects

We have a custom navigation webpart that uses the PortalSiteMapProvider of MOSS to build a menu navigation. It seems that the Provider is not managing it's objects. Any idea on how to manage the ...
0
votes
1answer
133 views

PotalSiteMapProvider doesn't return pages

PotalSiteMapProvider doesn't return pages. I use the code as follows: PortalSiteMapProvider prov = PortalSiteMapProvider.CurrentNavSiteMapProviderNoEncode; prov.DynamicChildLimit = 0; ...
0
votes
1answer
739 views

SharePoint 2010: Point a PortalSiteMapProvider to a specific site collection

Is it possible to get an OOTB PortalSiteMapProvider to provide a site heirarchy from a specified site collection or URL (i.e. not the current site collection) in SharePoint 2010? In MOSS this was only ...
0
votes
1answer
358 views

PortalSiteMapprovider Code Access Security Requirements

I'm using a portalsitemapprovider object to create my navigation server control. I've assigned sharepoint object model access and impersonation rights in the controls CAS. However despite this I ...