Welcome to MSDN Blogs Sign in | Join | Help

May 2006 - Posts

Sharepoint 2003 : How to add links to the "Sites I have added" listing at the portal

The following is the sample code snippet to add links to the Sites listing. Unfortunatly this is not documented in the Sharepoint SDK. //Get the Site SPSite site = new SPSite(<URL>); //Get the portal context PortalContext context = PortalApplication.GetContext(site.ID);
Posted by Karthikeyan | 11 Comments
Filed under:
 
Page view tracker