This blog shares my thoughts and tips with Sharepoint/Moss and SQL Server
using (SPSite oSite = new SPSite("http://Sharepoint_Site")){ // Open website using (SPWeb oWeb = oSite.OpenWeb()) { oWeb.ApplyTheme("Theme_name"); oWeb.Update(); }}
No comments:
Post a Comment