diff --git a/api/PnP.Core.Model.SharePoint.IWeb.html b/api/PnP.Core.Model.SharePoint.IWeb.html index 6c613120c6..3b71cf93f7 100644 --- a/api/PnP.Core.Model.SharePoint.IWeb.html +++ b/api/PnP.Core.Model.SharePoint.IWeb.html @@ -4860,7 +4860,7 @@
Creates a new modern page
IPage NewPage(PageLayoutType pageLayoutType = default(PageLayoutType))
+ IPage NewPage(PageLayoutType pageLayoutType = default(PageLayoutType), EditorType editorType = default(EditorType))
Optionally specify the page type, defaults to Article
+ + + +Editor type to be used by the new page, CK4 is the legacy model, CK5 the current
Creates a new modern page
Task<IPage> NewPageAsync(PageLayoutType pageLayoutType = default(PageLayoutType))
+ Task<IPage> NewPageAsync(PageLayoutType pageLayoutType = default(PageLayoutType), EditorType editorType = default(EditorType))
Optionally specify the page type, defaults to Article
+ + + +Editor type to be used by the new page, CK4 is the legacy model, CK5 the current