VersionControlManagerShowLocalDifferences Method |
Shows visually the differences between the local copy and the last committed version of a file.
Namespace:
Demo3D.Gui.VersionControl
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic void ShowLocalDifferences(
string path
)
Parameters
- path
- Type: SystemString
The path of the file, relative to repository's root directory.
See Also