Hi,
I would like to know how can I make this action in 2013 ?
Hoping your help,
Regards,
EM.
– open SharePoint (source) site via SPD and select the page you would like to export
– click the Export button in SPD and save the specified file
– open the exported file and find the element mso:PublishingPageLayout. Then update it’s value to specify the correct Master Page gallery location. For example, if the destination site is located under the projects site collection, then the updated element might look like this: <mso:PublishingPageLayout msdt:dt=”string”>/projects/_catalogs/masterpage/BlankWebPartPage.aspx, Blank Web Part page</mso:PublishingPageLayout>
– open SharePoint (destination) site via SPD and click the Import button. Click Add File.. button and select the exported file
You can try the SPDeployment API. You can export the entire wiki page library (list) and import it to other site or site collection, or you can just export/import selected pages (list items). You may also get help from automated solution to move wiki page from one site collection to another one.
SharePoint:Â Duplicate or Copy a Page
Copy a page across different site collections
Export\import using stsadm:
http://blog.falchionconsulting.com/index.php/2007/09/importexportcopy-lists/
Hope this helps!