pnp / pnpcore

The PnP Core SDK is a modern .NET SDK designed to work for Microsoft 365. It provides a unified object model for working with SharePoint Online and Teams which is agnostic to the underlying API's being called
https://aka.ms/pnp/coresdk/docs
MIT License
298 stars 192 forks source link

CreateCopyJobs Deprecated #1484

Closed danielpastoor closed 3 months ago

danielpastoor commented 3 months ago

I found this notification on the CreateCopyJob documentation and I was thinking does Pnp.Core use the new variant?

image
jansenbe commented 3 months ago

@danielpastoor : We use "CreateCopyJobs", it's "CreateCopyJob" that's deprecated (and should throw an error when you try to use it)

danielpastoor commented 3 months ago

Thank you for you quick answer.

I do have an other question related to the "CreateCopyJobs".

Is there a blockage for moving the "General" directory when it is connected to a channel?

jansenbe commented 3 months ago

That could be as that directory is tied to the Teams files tab for the channel

danielpastoor commented 3 months ago

Thank you