Forum Discussion
vassp1980
Nov 25, 2024Copper Contributor
How do I apply retention label to a folder in a SharePoint library?
Hello All, Can you please advice how do I apply a "Retention label" (Created in M365 compliance centre) to folders in a Document Library? I created this retention label below I published thi...
VasilMichev
Nov 25, 2024MVP
Should be doable. Select the folder > open the detail pane > locate the Label dropdown and select the desired label therein:
Sensitivity labels on the other hand should not be available on the folder level, just on individual items.
vassp1980
Nov 25, 2024Copper Contributor
Hi Buddy, thanks will check and let you know
- TonyRedmondNov 27, 2024MVP
KeyQL queries like:
documentlink:'https://office365itpros.sharepoint.com/sites/companyforum/Shared Documents/Confidential/*' AND contenttype:document
Work well for finding just documents in a specific folder. To test them out, start the SharePoint browser app and paste the query in the search box. If it doesn't work there. it won't work elsewhere.