Previous Topic: void SetFromState(HAROBJID iProjectId, HAROBJID iStateId)

Next Topic: void SetPlacement(LPCTSTR szPlacement)


void SetMergeRule(LPCTSTR szRule)

Sets Rule for how to merge the versions of files in the packages.

Note: The following are the allowable values for the Merge Rule. They are defined in an include file built into the project.

Owning Class

CaCrossPackageMerge

Arguments

LPCTSTR szRule-the rule value

Return Value

None

Example

CaCrossProjectMerge& xprojmrg = rContext.GetCrossProjectMerge(); xprojmrg.SetMergeRule(“MERGE_RULE_CONFLICT_TAG”);

More information: