Return different siteMapNodes for different roles
Posted
by abatishchev
on Stack Overflow
See other posts from Stack Overflow
or by abatishchev
Published on 2010-05-22T13:29:35Z
Indexed on
2010/05/22
13:30 UTC
Read the original article
Hit count: 321
I'm using my own SiteMapProvider
which is just inherited and little bit rewritten System.Web.XmlSiteMapProvider
.
I want to return different siteMapNode
for clients and for managers. Or maybe the same but with different Title
property.
Is it possible? If yes, how can I do that?
© Stack Overflow or respective owner