If you have a file in a flat document library and you have the very same file in a Document Set in that library, how do you keep those 2 files in sync with each other as they don't share the same GUID?
Thanks,
...
I have a file in a flat Doc Library. The same file is inside a Doc Set in that Library. How do I keep those 2 files in sync as they have different GUIDs?
...
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 the Word Documents, is there a way to return only the Document Set in the search results...
Hashtable docProps = new Hashtable();
docProps.Add("Field1", myvalue);
docProps.Add("Field2", "slsl");
docProps.Add("Field3", "wwowowo");
try
{
DocumentSet ds = DocumentSet.Create(list.RootFolder, "mydocumentset", list.ContentTypes["CustomDocumentSet"].Id, docProps);
}
This will add the document set, but val...
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 set. How do i avoid this. can any one ple help me out.
...