Forum Discussion
Update: Document Sets in Modern Document Libraries
1. I can confirm it is Dset not folder ct
2. yes, it opens automatically the details pane
3. the ds was created by powershell scripts using the command:
[Microsoft.SharePoint.Client.DocumentSet.DocumentSet]::Create($spoCtx,$sRootFolder,$sDocumentSetName,$ct.id), later I run another script to create a subfolder within the dc.
Maybe could be a Sharegate we run it to copy some files in there and one time to check broken inheritance on the items and restore them back. so maybe sharegate. I can run a test. if it is ShareGate I'll report it to them. Would you have a powershell command to check its icon property and maybe change it too? Thanks *Z
ZdenkaCechMavenir Thanks for confirming the content-type! If you can get the ListItem corresponding to the document set with the folder icon, you can do something like this:
$listItem.Properties["vti_progid"] = "SharePoint.DocumentSet"
$listItem.Update()
- Lloyd AdamsJul 31, 2019Iron Contributor
Further to my own posting, this issue appears to be isolate to IE, and when structural nav is used.
- Lloyd AdamsJul 30, 2019Iron Contributor
One of my sites has updated to the modern experience for document sets, but my Current Navigation pane does not display anything in the modern view when displaying the contents of a document set, just an empty panel - changing back to classic the nav appears (Structural Navigation). Makes it unusable at the moment.