Previous Topic: HAROBJID GetTargetItemPathObjId(void)

Next Topic: bool GetCreateOnTrunk(void)


bool GetCreateOnBranch(void)

Retrieves the current value for creating refactored versions on a branch.

Owning Class

CaMovePath

Arguments

None

Return Value

bool-current value for “CreateOnBranch” flag associated with the MovePath process.

Example

CaMovePath& rMovePath = rContext.GetMovePath();
bool bCreateOnBranch = rMovePath.GetCreateOnBranch();

More information: