sdev
Joined: 24 Aug 2005
Posts: 19
|
Posted:
Fri Oct 28, 2005 12:51 am Post subject:
checking in document (Document Library) |
|
|
Hi
When you try to check in a "checked out" document in document library, you
are given three options to select from. These options are:
1. check in document
2. check in changes saved to this document, but keep the document checked
out
3. discard changes and undo check out
I want to trap these options in my code, i can handle first and third
options in my code using OnCheckIn() and OnUndoCheckOut() functions provided
by the eventhandler (SDK) but i dont know how to handle the second option.
My problem is that when i select the second option, my custom fields
(metadata) are lost. If there is a way to capture the second option in code,
then i can retain the values of my custom fields. Please help!!
Thanks,
Roger
-- |
|