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: 18.04.00
SyntaxTask CheckoutCommitAsync(
string id
)
Parameters
- id
- Type: SystemString
The full ID of the commit to check out.
Return Value
Type:
Task[Missing <returns> documentation for "M:Demo3D.Common.IVersionControl.CheckoutCommitAsync(System.String)"]
See Also