Retrieve the current setting for whether the execute will create versions for new items on the trunk or on a branch.
object.GetBranchOut()
CaWCheckin
None
A Boolean that represents the current value of “BranchOut” flag associated with the Checkin process.
Example
Dim objCheckin Set objCheckin = objContext.GetCheckin() blnBranchOut = objCheckin.GetBranchOut()
More information:
| Copyright © 2013 CA. All rights reserved. |
|