Showing posts with label Site. Show all posts
Showing posts with label Site. Show all posts

Friday, August 15, 2008

Geeting reference to a site

This is quite straight forward

using(SPSite mySite = new SPSite(http://mysite))
{
using(SPWeb myWeb = mySite.OpenWeb())
{
}
}

Friday, August 8, 2008

How to customize your SharePoint site?

All teplates are in 12\TEMPLATE\SiteTemplates. New templates can be developed inside 12\TEMPLATE\SiteTemplates. For more details click here