Click or drag to resize

IVersionControlShowLocalDifferences Method

Shows visually the differences between the local copy and the last committed version of a file.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntax
C#
void ShowLocalDifferences(
	string path
)

Parameters

path
Type: SystemString
The path of the file, relative to repository's root directory.
See Also