an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Development > General Programming > SiteNavigation properties
Last Post 4/25/2011 12:57:09 PM By lukezy. 3 replies.
4/25/2011 10:48:54 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
SiteNavigation properties
 Hi,
 
I need to add a new url or page to SiteNavigation object. It seems it is locked. How can I add and is it right to add some new pages.
 
Thanks,
4/25/2011 11:04:43 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: SiteNavigation properties
You can derive from SiteNavigration and add your own code the derived class.
DotShoppingCart Staff
4/25/2011 11:10:53 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: SiteNavigation properties
 Actually I want to add a new page like PasswordRecovery . Do I need to add entry to mudule.config and DSC_Block
4/25/2011 12:57:09 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: SiteNavigation properties
It depends on whether you want to take advantage of the DSC feature e.g. page editor for that page. If so, then yes. If not, you can just add aspx file directly.
DotShoppingCart Staff