Branch=>Merge

Merge two branches togther.

   public static int Branch_Merge(SPData sPData, int branchKey1, int branchKey2)

Example:

//merge branch with key 2 and 1 together
var newBranchKey = SplinePlusAPI.Branch_Merge( sPData, 2,1);