Previous Topic: bool SetNewItemOnBranch(bool bFlag)

Next Topic: bool SetBranchOut(bool bFlag)


bool SetNewItemsOnTrunk(bool bFlag)

Create versions for new items on the trunk. Only one of the attributes NewItemsOnBranch or NewItemsOnTrunk can be specified as true; not both.

Owning Class

CaRemoveItem

Arguments

BOOL bFlag-the flag value

Return Value

bool-true if set succeeded, false if failed

Example

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

More information: