IVersionControlShowLocalDifferences Method |
Shows visually the differences between the local copy and the last committed version of a file.
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxvoid ShowLocalDifferences(
string path
)
Parameters
- path String
- The path of the file, relative to repository's root directory.
See Also