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

Move and/or rename something in working copy, remembering history (svn move)

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

Syntax

C#
public bool Move(
	ICollection<string> sourcePaths,
	string toPath
)
Visual Basic (Declaration)
Public Function Move ( _
	sourcePaths As ICollection(Of String), _
	toPath As String _
) As Boolean
Visual C++
public:
bool Move(
	ICollection<String^>^ sourcePaths, 
	String^ toPath
)

Parameters

sourcePaths
Type: System.Collections.Generic..::.ICollection<(Of <(String>)>)

[Missing <param name="sourcePaths"/> documentation for "M:SharpSvn.SvnClient.Move(System.Collections.Generic.ICollection{System.String},System.String)"]

toPath
Type: System..::.String

[Missing <param name="toPath"/> documentation for "M:SharpSvn.SvnClient.Move(System.Collections.Generic.ICollection{System.String},System.String)"]

Return Value

[Missing <returns> documentation for M:SharpSvn.SvnClient.Move(System.Collections.Generic.ICollection{System.String},System.String)]

See Also