Click or drag to resize

VersionControlManagerCheckoutBranchAsync Method

Checks out a specified branch. Note that any unsaved or uncommitted changes will be lost.

Namespace:  Demo3D.Gui.VersionControl
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public Task CheckoutBranchAsync(
	string branchName
)

Parameters

branchName
Type: SystemString
The name of the branch to check out.

Return Value

Type: Task

[Missing <returns> documentation for "M:Demo3D.Gui.VersionControl.VersionControlManager.CheckoutBranchAsync(System.String)"]

See Also