SubPointSolutions / spmeta2

SharePoint artifact provision for .NET platform. Supports SharePoint Online, SharePoint 2019, 2016 and 2013 via CSOM/SSOM.
http://subpointsolutions.com/spmeta2
134 stars 56 forks source link

Provide support for retention policies #1075

Open ghost opened 7 years ago

ghost commented 7 years ago

As far as I know, SPMeta2 does not support deployment of retention policies to e.g. content types / lists. That would be awesome 👍

SubPointSupport commented 7 years ago

No, it does not yet. We'll see how it is supported by both CSOM/SSOM.

andreasblueher commented 7 years ago

I found these two links while trying to figure out if this is something I might want to implement

http://tech.bool.se/programmatically-create-setup-use-custom-site-policy/

http://www.dragan-panjkov.com/archive/2013/10/27/configuring-site-policy-in-sharepoint-2013-using-server-code.aspx

SubPointSupport commented 7 years ago

Thanks!