We are using PortalSiteMapProvider to build our custom navigation. We need to acess some custom properites of the pages? Can we access custom properties using Portal Site Map Provider nodes instead of Publishing web objects?
Finally i figured it out. We can access custom properties
oListItemNode = CType(oNode, PortalListItemSiteMapNode) sMyCustomProperty= oListItemNode("MyCustomProperty").ToString()