Skip to content

Commit 083c033

Browse files
committed
doc updates for September release
1 parent db45135 commit 083c033

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

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

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Page Transformation Functions and Selectors
33
description: Page Transformation Functions and Selectors
4-
ms.date: 06/24/2019
4+
ms.date: 09/03/2019
55
ms.prod: sharepoint
66
localization_priority: Normal
77
---
@@ -124,7 +124,7 @@ Name|Description
124124

125125
**Description:** Returns an the (static) string provided as input
126126

127-
**Example:** `EmptyString('static string')`
127+
**Example:** `StaticString('static string')`
128128

129129
#### Input parameters
130130

@@ -500,7 +500,7 @@ Name|Description
500500

501501
**Description:** Returns an the (static) string provided as input
502502

503-
**Example:** `EmptyString('static string')`
503+
**Example:** `StaticString('static string')`
504504

505505
#### Input parameters
506506

@@ -592,6 +592,22 @@ Name|Description
592592
Name|Description
593593
:-----|:----------
594594
{return value}|A formatted preview image url
595+
### ToAuthors
596+
597+
**Description:** Looksup user information for passed user id
598+
599+
**Example:** `ToAuthors({PublishingContact})`
600+
601+
#### Input parameters
602+
603+
Name|Description
604+
:-----|:----------
605+
{userId}|The id (int) of a user
606+
#### Output parameters
607+
608+
Name|Description
609+
:-----|:----------
610+
{return value}|A formatted json blob describing the user's details
595611
## Selectors
596612
### TextSelector
597613

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ConvertTo-PnPClientSidePage -Identity "page1.aspx" -PublishingPage -TargetConnec
116116
```
117117

118118
> [!NOTE]
119-
> - This feature is still in preview in the June 2019 release...it should support SharePoint 2013, 2016 and 2019
119+
> - This feature supports SharePoint 2010, 2013, 2016 and 2019 as a source environment. Target environment is SharePoint Online
120120
> - It's important to use the SharePoint Online PnP PowerShell version, the machine running the PowerShell script needs to be able to connect to both the on-premises SharePoint server as the SharePoint Online environment
121121
> - There (currently) is no user mapping feature, hence item level permissions are not copied over from the on-premises publishing page to the SharePoint Online modern page
122122
> - This approach can also be used for page transformation across tenants (whenever that would make sense)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Transform classic pages to modern client-side pages
33
description: Explains how to transform classic wiki and web part pages into modern client side pages
4-
ms.date: 04/04/2019
4+
ms.date: 03/09/2019
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -13,7 +13,7 @@ Classic SharePoint sites typically have classic pages being wiki pages or web pa
1313
The SharePoint PnP Modernization framework ([Nuget](https://www.nuget.org/packages/SharePointPnPModernizationOnline), [source code](https://github.com/SharePoint/sp-dev-modernization/tree/master/Tools/SharePoint.Modernization/SharePointPnP.Modernization.Framework)) does bring page transformation capabilities which will be explained in the upcoming chapters.
1414

1515
> [!IMPORTANT]
16-
> - Page transformation today works for wiki, web part pages and publishing pages. The publishing page transformation is currently in preview.
16+
> - Page transformation today works for wiki, web part pages and publishing pages.
1717
> - The SharePoint PnP Modernization framework is continuously evolving, checkout [the release notes](https://github.com/SharePoint/sp-dev-modernization/tree/master/Tools/SharePoint.Modernization/Modernization%20Framework%20release%20notes.md) to stay up to date on the latest changes. If you encounter problems please file an issue in the [sp-dev-modernization GitHub issue list](https://github.com/SharePoint/sp-dev-modernization/issues).
1818
1919
Page transformation can be used in one or more models and these models can used together:

0 commit comments

Comments
 (0)