Skip to content

Commit 0a054b0

Browse files
committed
updates
1 parent 90e0e69 commit 0a054b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/transform/modernize-userinterface-site-pages.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ The SharePoint PnP Modernization framework ([Nuget](https://www.nuget.org/packag
2121
2222
Page transformation can be used in one or more models and these models can used together:
2323

24-
Model | Technique | Audience | Publishing Page support | Keep/Discard option | Comments
25-
------|---------- |----------|-------------------------|---------------------|---------
26-
I want to transform pages for my users | [PowerShell](modernize-userinterface-site-pages-powershell.md) | DevOps | Yes | Optional (not for publishing pages) | Typically used when you want to modernize pages for multiple site collections. Optionally you can configure the page accept banner to be shown which then enables your end users to keep or discard the pages you've created using PowerShell
27-
I want to have full control on the page transformation process | [.Net](modernize-userinterface-site-pages-dotnet.md) | DevOps | Yes | Optional (not for publishing pages) | Typically used when you integrate page transformation into existing services or tools. Optionally you can configure the page accept banner to be shown which then enables your end users to keep or discard the pages you've created using .Net. The core of page transformation is the .Net based SharePoint PnP Modernization framework. Using .Net you can fully tailor the transformation process, this approach is recommended whenever you want full control on the transformation process or when you want to integrate page transformation into another solution/product.
24+
Model | Technique | Audience | Publishing Page support | Comments
25+
------|---------- |----------|-------------------------|---------
26+
I want to transform pages for my users | [PowerShell](modernize-userinterface-site-pages-powershell.md) | DevOps | Yes | Typically used when you want to modernize pages for multiple site collections. Using [PowerShell](modernize-userinterface-site-pages-powershell.md) is the **easiest and recommended** approach.
27+
I want to have full control on the page transformation process | [.Net](modernize-userinterface-site-pages-dotnet.md) | DevOps | Yes | Typically used when you integrate page transformation into existing services or tools. The core of page transformation is the .Net based SharePoint PnP Modernization framework. Using .Net you can fully tailor the transformation process, this approach is recommended whenever you want full control on the transformation process or when you want to integrate page transformation into another solution/product.
2828

2929
Page transformation supports a wide range of SharePoint versions and page types as source, **all of these result in modern pages in SharePoint Online** as a result. Below table shows the possible page types versus pages sources that can be transformed to modern pages using the latest page transformation release.
3030

0 commit comments

Comments
 (0)