Sets the Use Checkin Timestamp attribute to be used by this Checkout.
object.SetUseCITimeStamp(blnFlag)
CaWCheckout
blnFlag - A boolean, if True sets time on file to time version was checked in, if False sets it to current time.
A boolean. True if success, False if fail
Example
Dim objCheckout Set objCheckout = objContext.GetCheckout() blnRet = objCheckout.SetUseCITimeStamp(False)
More information:
| Copyright © 2013 CA. All rights reserved. |
|