Previous Topic: void SetFileList(CaStringList &FileList)

Next Topic: bool SetNewItemsOnTrunk(bool bFlag)


bool SetNewItemOnBranch(bool bFlag)

Create versions for new items on a branch. 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.SetNewItemsOnBranch(true);

More information: