Click or drag to resize

IVersionControlCheckoutBranchAsync Method

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

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntax
C#
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.Common.IVersionControl.CheckoutBranchAsync(System.String)"]

See Also