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: 19.00.00
Syntax
C#
Task CheckoutBranchAsync(
	string branchName
)

Parameters

branchName  String
The name of the branch to check out.

Return Value

Task

[Missing <returns> documentation for "M:Demo3D.Common.IVersionControl.CheckoutBranchAsync(System.String)"]

See Also