Replies: 1 comment 3 replies
-
@przeciag : PnP Core SDK (our new .NET library, used by PnP Framework) does have support for reading and setting compliance tags on lists. You can get a PnPContext object from a given CSOM ClientContext like this: var pnpContext = PnPCoreSdk.Instance.GetPnPContext(web.Context as ClientContext); Once you have a PnPContext instance you can get your list(s) as explained in https://pnp.github.io/pnpcore/using-the-sdk/lists-intro.html#getting-lists and then use one of the below methods: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I'm wondering if someone could point me in the right direction. I've got to copy retention labels from one library directory into another. Could someone help and point me in the right direction with the following:
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions