Sets the Checkin Mode for this process.
object.SetCheckinMode(lngCheckinMode)
CaWCheckin
lngCheckinMode - A long that represents the Checkin Mode.
Returns True if success, False if fail.
The following are the allowable values for the Checkin Mode:
Check in the file and release the lock.
Check in the file and reserve it again for update.
Release the lock but do not check in the file.
Example
Dim objCheckin Set objCheckin = objContext.GetCheckin() BlnRet = objCheckin.SetCheckinMode(HAR_UPDATE_AND_RELEASE)
More information:
| Copyright © 2013 CA. All rights reserved. |
|