Sets the Delete After Checkin attribute of this process.
object.SetDeleteAfterCI(blnFlag)
CaWCheckin
blnFlag - The flag value; True if delete the file, False if not.
Returns True if success, False if fail.
Example
Dim objCheckin Set objCheckin = objContext.GetCheckin() blnRet = objCheckin.SetDeleteAfterCI(False)
More information:
| Copyright © 2013 CA. All rights reserved. |
|