parentBranchName property
Use this property to set and retrieve the parent branch from which newly created branches get their initial baseline.
The newly created branch inherits the baselines and annotations of the parent. If no parent is defined, then the new branch will inherit the baselines from the default branch.
Syntax
Call syntax
NSString* value; // give relevant initial value
eyes.parentBranchName = value
value = eyes.parentBranchName
Declaration
(copy, nonatomic, nullable) NSString *parentBranchName
Type:NSString*
The branch name. This may be any string.