VersionControlManagerShowCommitDifferences Method |
Shows visually the differences between two versions of a specified file.
Namespace: Demo3D.Gui.VersionControlAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic void ShowCommitDifferences(
string path,
string commit1,
string commit2
)
Parameters
- path String
- The path of the file, relative to repository's root directory.
- commit1 String
- The ID of the commit containing the first version of the file.
- commit2 String
- The ID of the commit containing the second version of the file.
See Also