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