Click or drag to resize

IVersionControlCheckoutCommitAsync Method

Checks out a specified commit, resulting in a detached HEAD. 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 CheckoutCommitAsync(
	string id
)

Parameters

id  String
The full ID of the commit to check out.

Return Value

Task

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

See Also