Publishing Pages
2 TopicsSharePoint Modernization Framework - Help with migrating publishing pages
Hi all, I am working on a project to migrate SharePoint 2013 publishing pages to SharePoint Online (Modern). Using Sharegate I am able to get the content copied across to SPO, but when I try to conver the publishing pages to Modern, I get this error I tried to use the .NET Page Tranformation Class (https://github.com/pnp/PnP/tree/master/Samples/Modernization.PageTransformation)But I have facing issues in getting the right assembly reference for: using Microsoft.SharePoint.Client; using OfficeDevPnP.Core; using SharePointPnP.Modernization.Framework.Transform; Can anyone here help me with the dll/assemblies that I should be including in my VS project? I ones that I download online do not seem to work. Additionally if someone has the steps which are required to effectively transform the 2013 publishing pages to SPO Modern page, please share the details. Thanks in advance for the help! Manoj975Views0likes0CommentsGetting All Publishing Pages into Output Xml format
When I issue the following command against a Publishing Site: Get-PnPProvisioningTemplate -Handlers Pages,PageContents,Publishing,WebPart -PersistPublishingFiles -IncludeNativePublishingFiles -Verbose -Force -Debug -Out $recent/MySitePagesTemplate2-Search.xml The Output only returns the File content for default.aspx, it does not return ANY other file located in the Search Center Pages folder. There are several pages, results.aspx, videresults.aspx, that are not generated in the output. Is a custom handler needed? How do I get it to recognize the other pages. I am willing to develop the code. First, I would need some guidance for the best means to setup a test case in the PnP PowerShell library and then work out the code issues as required. Any help or guidance is greatly appreciated.2.2KViews0likes0Comments