Tagged Questions
0
votes
1answer
38 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
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 ...
1
vote
1answer
443 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
69 views
Prevent a group from deleting document version history
In a Document/Form Library with versioning enabled (SP 2010), it is possible to delete all versions of a particular document/form simply by going to the "Version History" dialog box. This ability ...
1
vote
0answers
275 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 ...
0
votes
1answer
840 views
How to show Document Set Version?
In SharePoint 2010, there is a new content type called Document Set that allows users to work with multiple documents as a single work product.
In our case, the Document Set's version number is very ...
3
votes
3answers
244 views
SP version history is different from version history dispayed in Office application
Have you any idea why office application like Excel or Word shows different name in version history than SP version history? This is version history of some Excel file viewed through SP GUI:
... ...
0
votes
1answer
138 views
List versioning detect field level changes
I need to detect changes with each on each item update, )but i don't want to use the before, after properties )
My question is:
If i enable list versioning can i diff 2 versions to detect changes, ...
1
vote
1answer
753 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 ...
0
votes
1answer
852 views
Can a the version history of a Word document be embedded in the document?
We currently maintain a version history inside our documents, using a simple table with 4 columns: version, date published, comments, author initials. We save documents as PDF before sending them to ...
0
votes
1answer
314 views
SPWeb.GetFile for an old version of file
I have a document library with enabled versioning, I added an xml file, then added it again, but I have edited one value in it. Now I would like to get the content of both files in C# to compare them. ...
0
votes
3answers
2k views
How to retrieve File version from SPListItem
I'm trying to get file versions from an an SPListItem...
I tried in many way, looping on SPListItem.Versions or SPListItem.File.Versions, tring to return my byte stream..
I can retrieve file info's, ...
0
votes
1answer
338 views
Get previous versions file in document Library
I'd like get the previous versions of files in document Library, passing as parameter the number of version.
else if(getFileObj.versionNumber!=0)
{
...
1
vote
1answer
196 views
Version History and Version Numbers don't add up
In my SharePoint list, I can see version numbers. When I click a document in the list, I see that Version History in the Documents tab is greyed out, and it does not appear in the context menu for ...
4
votes
1answer
2k 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 ...
3
votes
1answer
89 views
Can an entire list/library be versioned?
It's possible to enable item versioning on lists and roll back to a previous version on that item. Can this be done for the entire list? So we can roll the whole thing back?
We accidentally modified ...
2
votes
1answer
138 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
241 views
Discard an unapproved page checkin in MOSS 2007
Okay, I think I must be missing something obvious here.
I have a standard webpart page. Version control and publishing is turned on.
There are a number of previous versions. Currently, there is a ...
