Versioning enables you to store, track, and restore items in a list and files in a library as they are changed.
4
votes
2answers
3k views
how do I view the older version of the document without restoring?
If I add version to my documents and later on want to retrieve copy of an older version, how do I do that without restoring the older version? In my document library there is a file "test" that has ...
1
vote
1answer
1k views
Copy file using javascript client object model - new version
I have a solution that adds a custom button to the ribbon in SharePoint 2010 and am using the javascript client object model behind the scenes to copy a file from Library A to Library B when the ...
1
vote
2answers
86 views
Event Receiver, Before and After properties
In an event receiver, Item Was Updated. I want to Compare the Moderation status on ListItems to perform some functionality.This is just some of the code.
SPList list = web.Lists["DocLib"];
SPListItem ...
2
votes
1answer
2k views
Check Out, Update, then Check In a File in SharePoint Client Object Model
I would like to programatically update a SharePoint file by checkout/checkin.
I have written code that looks like it should do what I want it to do:
static void ...
1
vote
1answer
631 views
copy SharePoint file including version history in Windows SharePoint Service 3.0
Is there a way to COPY a SharePoint file including its version history from the Windows SharePoint Service 3.0? I have a file I want to copy but it did not carry over all previous version histories ...
0
votes
0answers
24 views
Cannot capture Document set version because of the date of Multiple Lines Text with Append Changes columnn
In Sharepoint 2010 I have got document set with Multiple Lines Text with Append Changes to Existing Text column (The column is used for reason for change).
If I write any text into this textbox I can ...
0
votes
0answers
50 views
Excel 2010 VBA to open most recent Major Version of Excel 2010 file held in Sharepoint 2010
I am using Sharepoint to enforce version control for a number of Excel Spreadheets. I want to use the major & minor versions feature to allow me and the development team to make changes against ...
2
votes
4answers
2k views
Uploading multiple documents into a library keeps the documents checked out and not visible to other users
When you upload multiple documents into a Document Library with versioning turned on, is it a SharePoint 2007 default to keep the documents checked out? For some reason, when multiple documents are ...
0
votes
1answer
1k views
Publish major version for all documents in library
Is there a way you can publish major version for all the documents in a document library in one go?
I have tried switching the Versioning Settings from "Create major and minor (draft) versions" to ...
5
votes
1answer
3k views
Adding document version number on Excel Spreadsheet as label for printing purpose
I have a situation where I need to have version number on each document in version controlled document library.
Having version number on printed sheet would help to see the validity of document.
I ...
1
vote
4answers
64 views
Draft version visibility
I have a customer which wants their draft documents to be visible only to their authors. Moreover, the published version should be visible to everyone. However, they do not want to go through the ...
1
vote
0answers
20 views
Having issues looking at all old versions
I've been trying to look at older versions of a file but keep getting this error? Any idea what it's happening?
I've looked at the source of the document within Excel and it's looking for a copy ...
1
vote
0answers
163 views
Deleting all versions of plain list items
I have a plain list (not a document library) in SharePoint 2007 that has a lot of list item versions. I'd like to loop through the list items and programmatically delete the old versions. I am doing ...
1
vote
1answer
48 views
How does SharePoint 2010 manage versioned dlls in the GAC when referenced by multiple features?
We have multiple SharePoint projects and features that reference common library code. The library is versioned using the 4 part identifier (x.x.x.x). Each feature may reference a particular version ...
0
votes
0answers
15 views
Embed version number in content type used for many libraries?
I'm using SharePoint 2013. This guide http://rayamondo.wordpress.com/2011/04/28/sp-version-to-word-template/ shows how to embed the version number in a content type for a specific document library.
...