Contents
- 1 How to export a subsite in SharePoint management?
- 2 How to export sites, lists or document libraries in SharePoint?
- 3 Is there a support for SharePoint Server 2007?
- 4 How to edit page layout in SharePoint Stack Exchange?
- 5 How to create a master page in SharePoint?
- 6 Can a subsite be migrated to a root site?
- 7 Where can I find spsitecollection.restore in MSDN?
There is sometimes a business need to move parts of an existing site collection into a new site collection by exporting parts of the content using STSADM -o export / import or using SharePoint Management Shell cmdlets such as Export-SPWeb and Import-SPWeb.
At the PowerShell command prompt, type the following command: is URL for the site, list, or library that you are exporting. is path and name for the site, list, or library that you are exporting. is the URL for the site, list, or library where you are exporting.
How to delete a list or library in SharePoint?
is the URL for the site, list, or library where you are exporting. If you are exporting a large site, list, or document library, you can use the GradualDelete parameter. When this parameter is used, the site collection is marked as deleted, which immediately prevents any further access to its content.
Microsoft SharePoint Server 2007/2010/2013 doesn’t support migrations of subsites into root sites or root sites into subsites in site collections that have the Publishing features turned on.
Browse to your publishing site. In the upper-right corner of the page, choose the gear icon, and then choose Design Manager. In Design Manager, in the left navigation pane, choose Edit Page Layouts. Choose Create a page layout. In the Create a Page Layout dialog box, enter a name for your page layout. Select a master page.
How do I create a page layout in SharePoint?
In the upper-right corner of the page, choose the gear icon, and then choose Design Manager. Gear icon menu. In Design Manager, in the left navigation pane, choose Edit Page Layouts. Choose Create a page layout. In the Create a Page Layout dialog box, enter a name for your page layout. Select a master page.
Choose OK. At this point, SharePoint creates an HTML file and an .aspx file with the same name. In Design Manager, your HTML file now appears with a Status column that shows one of two possible statuses: Click the link in the Status column to preview the file and to view any errors or warnings about the master page.
Can a subsite be migrated to a root site?
This migration of subsites into root sites of a site collection is supported for all subsites that don’t have features enabled that store information outside the exported scope. Valid migration scenarios when using the Publishing features are the following:
How to apply a template to a SharePoint site?
Use a SharePoint site template when you create a new site, or apply a template to an existing site. After selecting the type of site you want to create, a window will appear asking you if you want to use a template – select Browse site templates. Select a site template that meets your business objective and then select Details, and then Apply.
Where can I find spsitecollection.restore in MSDN?
For site collections you can do SPSiteCollection.Backup and SPSiteCollection.Restore: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.administration.spsitecollection.backup