On execute, allow the creation of versions for new items on the trunk or a branch version.
object.SetBranchOut(blnFlag)
CaWCheckin
blnFlag - The flag value; True if check in new items on a branch, False if on the trunk.
Returns True if success; False if fail.
Example
Dim objCheckin Set objCheckin = objContext.GetCheckin() blnRet = objCheckin.SetBranchOut(False)
More information:
| Copyright © 2013 CA. All rights reserved. |
|