Previous Topic: GetNewItemOnTrunk Method

Next Topic: GetBranchOut Method


SetBranchOut Method

On execute, allow the creation of versions for new items on the trunk or a branch version.

Syntax
object.SetBranchOut(blnFlag)
Owning Class

CaWCheckin

Arguments

blnFlag - The flag value; True if check in new items on a branch, False if on the trunk.

Return Value

Returns True if success; False if fail.

Example

Dim objCheckin
Set objCheckin = objContext.GetCheckin()
blnRet = objCheckin.SetBranchOut(False)

More information: