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 PortalSiteMapProvider?
feedback
|
|
Try this in your event receiver:
You should be able to get your SPContext from that. | |||
|
feedback
|