VersionControlManagerCheckoutBranchAsync Method |
Checks out a specified branch.
Note that any unsaved or uncommitted changes will be lost.
Namespace: Demo3D.Gui.VersionControlAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic Task CheckoutBranchAsync(
string branchName
)
Parameters
- branchName String
- The name of the branch to check out.
Return Value
Task[Missing <returns> documentation for "M:Demo3D.Gui.VersionControl.VersionControlManager.CheckoutBranchAsync(System.String)"]
See Also