Forum Discussion
Site Classification value in SharePoint Search
https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/implement-a-sharepoint-site-classification-solution
this article explains a workaround at site provisioning,
"You can use extension method Web.AddIndexedPropertyBagKey in the ObjectPropertyBagEntry.cs file inhttps://github.com/SharePoint/PnP/tree/96eff6153389d6d21358480878de9cc8fa21abab/OfficeDevPnP.Core to store the classification values in site property bags instead of a list. The method enables property bags to be crawled or searchable."
- Jim DuncanMar 22, 2018Iron Contributor
Thanks, Christophe.
While that is a great article, it is about a custom solution that a developer can build. I'm asking specifically about the built-in Classification labels in Office 365 Groups (which also get applied to the associated Team Site): https://drewmadelung.com/configuring-office-365-group-classification/