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);