Category
Describe the bug
Basically we have a page with ThreeColumn Section configured where we are filling the second and the third column. Getting the page with PnP Core is returning the page with TwoColumnRight section.
Steps to reproduce
This method is returning the page with wrong g section
var pages = await context.Web.GetPagesAsync("pagename.aspx");
Expected behavior
The page configured with 3 columns layout should come with 3 columns layout.
Environment details (development & target environment)
- SDK version: 1.14
- OS: Win 10
- SDK used in: ASP.Net Web app
- Framework: NET Core v8