Add loaded client side page to provisioning template (Types mismatch) #1172
-
Hi I'm currently making some provisioning templates and wanted to automate part of the process for future use but I'm a bit stuck on the client side pages part. I'm currently attempting to load pages using The issue is that I can't seems to find a way to either load the page in the correct type or convert between the types. My current 'fix' is to just create an export using the Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @DmitriyVdE , these indeed are completely different things. PnP Core SDK contains the pages API which has an IPage representing a page and all actions/settings for that page. The Provisioning Engine in PnP Core SDK allows you to define pages in a provisioning template and for that a |
Beta Was this translation helpful? Give feedback.
@DmitriyVdE : you can use the
AuthenticationManager
class for auth in PnP Framework, under the covers PnP Core SDK is used by PnP Framework to load the page but we handle auth automatically for you.