Tagged Questions
1
vote
3answers
211 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 ...
1
vote
2answers
2k views
SharePoint 2003: List all checked-out documents
I'm in a process where I'm copying documents from a SharePoint 2003-site to a new 2007 site. The problem is that documents that are checked out on the 2003-site are not copied in their newest version ...
3
votes
1answer
154 views
Best Practice to handle items modification in SharePoint 2007
From my understanding, there is no checkout function inside a SharePoint 2007 List.
So, what is the best practice that SharePoint Professionals and Expert do to make sure that a item of a SharePoint ...