Document Sets in Sharepoint 2010 – Limitations
By peter.stilgoe
Document Sets in Sharepoint 2010 – Limitations
- Document Sets are only available in SharePoint 2010 Server and are not part of the SharePoint Foundation 2010. This also means that the programing object model (SPFolder) is part of the SharePoint 2010 Server API and not available in the Foundation OM.
- You cannot create a Folder within a Document Set. Beware that the UI will not prevent you from doing this, but folders are not supported and likely will not work as you think they should.
- You cannot create metadata navigation in a Document Set.
- Since Document Set is being treated as a Folder, which is treated as such when you deal with operations like Record Management and File Upload. It’s a little bit inconsistent from the document-centric point of view.
- You cannot send a Document Set larger than 50MB using the Send To command.
- In general, beware when you create and use very large Document Sets (thousands of items), as the limitation and performance factor of viewing and displaying the list will be a factor.
- Download the entire document set. This is a very useful feature that did not make it into this release of SharePoint 2010. If you select the entire document set, you will notice that the “Download a Copy” button is grayed out. Fortunately, there are instructions available to add a custom button in the ribbon to add this feature.
Source: Bamboo Solutions
Document Sets , Sharepoint 2010 


January 14th, 2011

[...] Document Sets in SharePoint 2010 – Limitations [...]
Im trying to use document set metadata in reporting (like summarized data in chart web part), but I am not able to use the metadata. Please suggest how to use ….
[Reply]