Versioning enables you to store, track, and restore items in a list and files in a library as they are changed.
0
votes
2answers
170 views
How can I update the Version history in C#?
In document library, I've some documents with version history. In C#, can I get all the version history of document and update the user?
The version history of a document is like below:
Data ...
3
votes
1answer
78 views
How do I see the complete page content of an old version of a page?
I have a page library in a publishing site that has major and minor versions. I can click on a page's context menu and select View History and it gives me a list of all the major and minor version ...
2
votes
1answer
482 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 ...
2
votes
1answer
139 views
Possible to download all versions of a document?
My team is looking for a way to download all versions of a particular document on our site (or more generally we would like to back-up all versions of all documents in a particular document library). ...
1
vote
1answer
36 views
Prevent users from editing major version
Is it possible to prevent users from editing a major version of a document? Basically, what I want to be able to do is that when a user changes a draft version to a major version I want the document ...
1
vote
1answer
21 views
Can you tag a version in SharePoint?
I'm specifically looking at SharePoint 2013, but I was wondering if versions can be tagged or if it's the document itself that is being tagged.
1
vote
1answer
53 views
Move files from recycle bin to another location
is it possible to move files from the recycle von to an archive library or to a file share?
I'm looking for a way to archive old versions of files to an archive location.
Thanks in advance
1
vote
1answer
38 views
How do we sync the version on a physical document with the version tracked in SharePoint?
We would like to store a set of PDF documents in a SharePoint library under major/minor revision control. I understand how the major/minor versioning system in SharePoint works, but our problem is ...
1
vote
1answer
63 views
Version and Retention Policy
I am new to Share Point and looking for a solution to the following problem.
I have enabled and set up versioning and limited it to 4 versions and a document retention policy to 3 years. As versioning ...
1
vote
1answer
143 views
Library ItemUpdating - distinction between versioning of existing files, and changing metadata of existing files
I am currently facing challenges in distinction between updating an item, and creating a new version of same item.
The ItemUpdating eventreceiver is hit in both cases.
Requirements for the library ...
1
vote
1answer
156 views
Document library forces check-in upon adding custom lookup column
SharePoint 2007 Team Site
Add a Document Library with the Word 2003 template
Add a new item, save, close document, no problems
Add a (required) custom lookup field to the document library
Add a new ...
1
vote
1answer
563 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 ...
1
vote
1answer
764 views
Programmaticly updating SPFileVersion.Properties Hashtable
Anyone who has experience with programmaticly updating the SPFileVersion.Properties Hashtable?
I have a special situation where I would like to modify this Hashtable.
Most of you will say: "Why on ...
1
vote
1answer
33 views
stacking documents as successive versions within a library
If I have 3 files of the same general type, A1, A2 and A3, already uploaded to a given document library, is there a way to "stack" them within the library such that they are treated as numbered ...
1
vote
1answer
2k 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 ...
0
votes
1answer
16 views
Return to previous major version
I wonder if it is posible to have a file to return to a previous published major version. The scenarios is this;
I have a file that is in version 2.5, currently the latest published version is 2.0. ...
0
votes
1answer
49 views
Export version history from sharepoint online using webservices
I am using webservices to export web from sharepoint online.
Migration is working fine but versions are not getting migrated with the web. I am using ExportWeb method of /_vti_bin/Sites.asmx service.
...
0
votes
1answer
41 views
Enable version checking in MOSS
I had a huge farm environment in SPS 2003 recently i migrated my older environment 2003 that was externally hard coded by the designers(Template was different as compare to default template in SPS ...
1
vote
0answers
87 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
0answers
15 views
Move multiples files into different versions of one file
I have a lot of Word files that are actually different versions of the same document. I'd like to save these files as one file using versioning in SharePoint 2010.
Is there a way to do so?
Thanks in ...
1
vote
0answers
283 views
Get last major published version of items returned as DataRow (from SPSiteDataQuery)
Does anyone know the solution for this?
If I'm querying items by SPSiteDataQuery I receive a DataTable with DataRow objects.
I could fetch the current version of an item and check if it ends with ...
1
vote
0answers
111 views
can I access previous versions of publishing pages via '_vti_history/…'?
I'm not sure what I should be expecting when trying to access a version url of a publishing page.
I can see that there is a Url property of SPListItemVersion for publishing items in the page library, ...
0
votes
0answers
33 views
The Version History for a file in the library showing different “Modified By” Column
I am writing a tool to generate the versions of a file/page in the library. My Report should include the version number and the version created by/Modified by name.
While getting the modified by ...
0
votes
0answers
60 views
Content Organizer will not enable versioning
I have a Records Center and are trying to enable versioning. In site settings I open the "Content Organizer" settings and under "Duplicate Submissions" we enable "Use SharePoint Versioning".
After ...
0
votes
0answers
923 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 ...
0
votes
0answers
108 views
Why does SharePoint 2010 content deployment job transfer minor versions?
Does anyone know why the sharepoint content deployment job transfers unapproved minor versions of pages? What is the intention?
It has disadvantages especially in conjunction with the permission to ...
0
votes
0answers
804 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 ...