CS Dev Guide: Site Urls
Posted by: Keyvan Nayyeri,
on 02 Aug 2006 |
View original | Bookmarked: 0 time(s)
One of complicated things for developers who don't know the structure of Community Server is working with site locations and urls because they can't handle everything when someone changes site urls (i.e. blogging at root).
These guys have missed an important part of Community Server APIs, CommunityServer.Components.SiteUrls.
To be able to use the functionality of this namespace you need to create an instance of SiteUrls by calling Instance() method of it then get several urls in Community Server.
There...