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: 19.00.00
Syntax
C#
public 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