IVersionControlCheckoutCommitAsync Method |
Checks out a specified commit, resulting in a detached HEAD.
Note that any unsaved or uncommitted changes will be lost.
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
SyntaxTask 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