is there a method to create a list from template or existing list? #900
Unanswered
kongmengfei
asked this question in
Q&A
Replies: 2 comments 4 replies
-
@kongmengfei : no, we don't have that option in PnP Core SDK. |
Beta Was this translation helpful? Give feedback.
2 replies
-
You can use the PnP.Framework provisioning engine (available in PnP.Core) to create templates and apply them to sites. You'll have to first convert you PnPContext to a ClientContext (interop) which gives you access to the PnP.Framework functions after which you can use the provisioning engine. Also, here is the most recent provisioning schema documentation. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am trying to use pnpcore sdk to create and provision a new site , and will create some custom lists. is there any way to create lists from template or existing list on another site? (i use C#)
thanks
Beta Was this translation helpful? Give feedback.
All reactions