[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for P:SharpSvn.SvnChangeItem.CopyFromPath]

Namespace:  SharpSvn
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
public string CopyFromPath { get; }
Visual Basic (Declaration)
Public ReadOnly Property CopyFromPath As String
Visual C++
public:
property String^ CopyFromPath {
	String^ get ();
}

See Also