Extracting Files from Sharepoint 2013 WSS_Content

2019-05-03 07:26发布

问题:

Sharepoint 2013 stores documents in the WSS_Content database in a table called DocStreams.

Up until Sharepoint 2010, files where stored in a single row in a VarBinary column. Since Sharepoint 2013, files are stored in multiple rows using Shredded Blob storage.

Does anyone know how I can piece together the files from the shredded storage in c#?

I have found many exampled online to extract files from SharePoint 2010 and earlier but they only support a files content being stored in 1 row.