Previous Topic: bool SetNewItemsOnTrunk(bool bFlag)

Next Topic: HINT32 GetItemOption(void)


bool SetBranchOut(bool bFlag)

On Execute, allow the creation of versions for new items on a trunk or branch version, depending of whether NewItemsOnBranch or NewItemsOnTrunk has been specified as true.

Owning Class

CaRemoveItem

Arguments

BOOL bFlag-the flag value, true=create on branch, false=create on trunk

Return Value

bool-true if set succeeded, false if failed

Example

CaRemoveItem& rRemoveItem = rContext.GetRemoveItem();
rRemoveItem.SetBranchOut(true);

More information: