how to keep the document status as Checked out when it is uplaoding to sharepoint site? Means , I want that , when i will insert any document to specific document library of sharepoint site , then how shold i can keep its status as Checked out rather than checked by default
views:
22answers:
1
A:
You can accomplish this by adding a SPItemEventReceiver.ItemCheckedIn Event handler for the check in event. Add code to automatically checkout the item again.
Hope this helps.
Magnus Johansson
2010-04-21 09:22:57
how to use SPItemEventReceiver.ItemCheckedIn in workflow ?? how to inherit workflow from SPItemEventReceiver?
Lalit
2010-04-22 20:07:09