-
Search
-
Archive
June 2012 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Tag Archives: delete
Master page cannot be deleted due to page references.
When trying to delete a master page from the master page gallery you may receive – ‘This item cannot be deleted because it is still referenced by other pages’. You are sure that there are no pages referencing the master … Continue reading
Posted in .NET Development, SharePoint, Tips and Tricks Tagged Content, Maintenance, SharePoint, delete Leave a comment
Problem – Unable to delete a master page from the gallery
Sharepoint may complain with “This item cannot be deleted because it is still referenced by other pages” when there are no references. Simply create a new folder in the gallery and move the page to it, then delete the folder.
Deleting a site collection and its content database
If you ever have the need to delete a site collection and its associated content database programmatically then read on. The process is not that intuitive. The site collection is accessed through the web application and can be deleted via a … Continue reading