1
vote
1answer
94 views

What is the difference? (Checked out files)

I am in the process of writing a powershell script to work with checked out files and I stumpled on this article: Find All Checked Out Files My question is what is the difference between the two ...
1
vote
3answers
230 views

Implement check-in check-out on list items?

I want to implement check-in/check-out functionality on a list in sharepoint 2010. What I want is, when a person is updating a list item, no one else shuld be able to edit that particular item and ...
0
votes
1answer
103 views

CheckedOutFiles return zero files but there are some files checked out

I've defined a Document Library named "Sales" on Sharepoint 2010. And I use the following code fragment to add all names who have checked out a file to a listbox: lstCheckedOut.Items.Clear(); var ...
0
votes
0answers
361 views

Unable to check-out an excel sheet from a document library in SharePoint 2010 Standard

I have a document library under my SharePoint 2010 Standard site. We are uploading Excel files to this document library to be updated by multiple users (Using Check-in/Check-out). We are using IE9 as ...
5
votes
2answers
312 views

Check out issues after migration

We've migrated a MOSS 2007 Site Collection into SP2010 as a Site Collection under a tenant in a multi-tenancy set up. This migrated SC gives an error on checkout through the UI that states that the ...
0
votes
1answer
416 views

SharePoint Designer 2010 Overriding Default Editor For Checked-Out Files

I've set up an override CSS file and it's sitting in a Site Asset library. When I view the file via SharePoint, it opens in my system default CSS editor - being my text editor of choice. This app is ...
3
votes
1answer
448 views

How to force check out on SharePoint search results?

When get search results with documents and I click on it to edit they are not checked out. Despite the fact that I activated check-in/check-out in the DL where the document is located. How can I force ...