Questions tagged [document-set]
27 questions
2
votes
1 answer
SharePoint DocumentSet Event Receiver ItemAdded isn't firing
I've programatically created ContentType based on document set and want to attach event receiver to it. Looks something like this:
SPEventReceiverDefinition eventReceiverDefinition = TestDocumentSet.EventReceivers.Add();
…

Denis Gursky
- 21
- 2
2
votes
0 answers
SharePoint 2010 record center delete corrupt document set
I'm using SharePoint 2010 Record Center to hold Document Sets. These Document Sets are send here from different SharePoint libraries. The Document Sets are send to specific libraries using the drop off library and rules. The Document Sets expire…

John
- 21
- 1
2
votes
2 answers
Is it possible to create a project documentset using graph API?
So far I haven't been able to find any information on how to create project documentsets on my Sharepoint environment using the Graph API. I've tried both Sharepoint's 'Create item' and OneDrive's 'Create Folder'. The Sharepoint API says:
"Files and…

Willem van Zantvoort
- 21
- 2
2
votes
2 answers
Sharepoint Online Can't create DocumentSet with CSOM Microsoft.SharePoint.Client.DocumentManagement.dll
I am using the OfficeDev.Core to create DocumentSet "Folder" in sharepoint Online in a Provider Hosted Add-in in C#.
I am using the lastest CSOM C# library for Sharepoint On line :
Microsoft.SharePoint.Client.dll…

Tribaud
- 41
- 3
2
votes
2 answers
SharePoint 2010: Limit search to return a Document Set after matching on its child item
In SharePoint Server 2010, say I set up a Document Set and put some Word documents in it. Each Word document contains a common phrase that is found only in the body of the Word Documents.
When searching for this common phrase that exists in each of…

9b5b
- 1,508
- 11
- 20
2
votes
1 answer
Using Custom views in SP2013 document sets
In sp2010 with a document set content type in a library i can have a default view on the library, showing my document set content types and on the welcome page of the content type i can define a different view showing the detail of the documents in…

TIM ELLIDGE
- 51
- 2
- 4
1
vote
1 answer
Drag and Drop not working inside Document Set for SharePoint Online
we have a SharePoint Online site and we have a document library in it. We are using IE 11 and Chrome for browsing and working on the site.
In this document library we have several folders. Each folder has multiple document sets. We are able to drag…

Samrat Roy Chowdhuri
- 41
- 1
- 1
- 5
1
vote
2 answers
Workflow getting associated for all the documents in the document set
I created a workflow in a document library. I added a Document set with some documents and then associated a workflow for the document set after which the workflow gets associated for the document set as well as for the documents inside the document…

user318197
- 333
- 2
- 5
- 25
1
vote
2 answers
Default folders on SharePoint Document Set
I'm trying to achieve a project documentation solution on SharePoint 2013 using a custom Document Set Content Type. Each new project Document Set would hold four types of documents.
My initial thought was to use folders for each type to allow easy…

Leevi Uotinen
- 11
- 1
- 2
1
vote
2 answers
When adding custom Document Sets to sharepoint shared documents programmatically, how do I assign one of the custom field value?
Hashtable docProps = new Hashtable();
docProps.Add("Field1", myvalue);
docProps.Add("Field2", "slsl");
docProps.Add("Field3", "wwowowo");
try
{
DocumentSet ds = DocumentSet.Create(list.RootFolder, "mydocumentset",…

Sean C
- 11
- 2
1
vote
0 answers
SharePoint 2010 - Use FilterMultiValue in combination with documentSet (to filter document library)
Has anybody used the FilterMultiValue in combination with DocumentSet?
I have a list with 2 content types (1 = document and 2 = document set).
I have added 4 documents: 2 documents and 2 document sets.
There is a column om my list (DWHID) that I…

Elke
- 11
- 2
1
vote
1 answer
Developing Custom DocumentSet Content Type that includes other Document Content Types
I have sucessfully created and deployed a couple of new content types in Visual Studio. One is based on a Document Set and the others are based on Documents. What I want to do is specify the "Default Content Type", "Shared Columns" of the Document…

terahex
- 81
- 1
- 2
- 14
0
votes
3 answers
SPQuery sorting issue
I have this SPListItem.Folder in sharepoint that contains a property named "Asset ID".
I have this data in my list
Asset ID | Name | Asset Type
1 | GamesFolder | Games
2 | AppsFolder | softwares
3 | …

Carls Jr.
- 3,088
- 7
- 37
- 57
0
votes
1 answer
SharePoint online files in a document set are inheriting the document set title
I have a few document sets and the title column is acting like a shared column even though it is not. It's making it so I can't have different titles for the files inside the document set.
Does anyone know why it's doing this or if there is a…

adam Wadsworth
- 774
- 1
- 8
- 26
0
votes
0 answers
SharePoint Document Library( with Document Sets) - Items not visible
I am facing issue in a document library having a folder with a Document Set content type.
When I am uploading a document into a folder, it's uploaded successfully. but unfortunately, it's not appearing in that specific folder.
i.e.
The Document…