VersionControlManagerCheckoutCommitAsync Method |
Checks out a specified commit, resulting in a detached HEAD.
Note that any unsaved or uncommitted changes will be lost.
Namespace:
Demo3D.Gui.VersionControl
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic Task 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.Gui.VersionControl.VersionControlManager.CheckoutCommitAsync(System.String)"]
See Also