ChangesetPathAction.

Source Property

Summary

Gets the path of the source of the copy.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
ChangesetPathAction

Syntax

public string Source { get; }

Remarks

This property only contains a value if Action is Add and the add is a copy of an existing file, otherwise it will be System.String.Empty.

Value

Type Description
string