Previous Topic: GetCheckinMode Method

Next Topic: GetNewItemOnTrunk Method


GetNewItemOnBranch Method

Retrieve the current setting for create versions for new items on a branch.

Syntax
object.GetNewItemOnBranch()
Owning Class

CaWCheckin

Arguments

None

Return Value

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: