Sets the Delete After Checkin attribute of this process.
CaCheckin
bool bFlag-the flag value: true if delete the file, false if not
True if success, false if fail
Example
CaCheckin& rCheckin = rContext.GetCheckin(); bool bResult = rCheckin.SetDeleteAfterCI(false);
| Copyright © 2013 CA. All rights reserved. |
|