Previous Topic: GetNewItemOnBranch Method

Next Topic: SetBranchOut Method


GetNewItemOnTrunk Method

Retrieve the current setting for create versions for new items on the trunk.

Syntax
object.GetNewItemOnTrunk()
Owning Class

CaWCheckin

Arguments

None

Return Value

A Boolean that represents the current value of “CreateOnTrunk” associated with the Checkin process.

Example

Dim objCheckin
Set objCheckin = objContext.GetCheckin()
blnNewItemOnTrunk = objCheckin.GetNewItemOnTrunk()

More information: