Previous Topic: SetBranchOut Method

Next Topic: GetPathOption Method


GetBranchOut Method

Retrieve the current setting for whether the execute will create versions for new items on the trunk or on a branch.

Syntax
object.GetBranchOut()
Owning Class

CaWCheckin

Arguments

None

Return Value

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: