TeamFoundationVersionControlService.UpdateBranchObject Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
UpdateBranchObject(TeamFoundationRequestContext, BranchProperties, Boolean) | Creates / updates a branch object. If the item exists but is not a branch object, it will mark the item as a root of a branch. | |
UpdateBranchObject(TeamFoundationRequestContext, BranchProperties, Boolean, PathLength) | Creates / updates a branch object. If the item exists but is not a branch object It will mark the item as a root of a branch. |
Top