[This is preliminary documentation and is subject to change.]
Move and/or rename something in working copy, remembering history (svn move)
Namespace:
SharpSvnAssembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public bool Move( string sourcePath, string toPath, SvnMoveArgs args ) |
| Visual Basic (Declaration) |
|---|
Public Function Move ( _ sourcePath As String, _ toPath As String, _ args As SvnMoveArgs _ ) As Boolean |
| Visual C++ |
|---|
public: bool Move( String^ sourcePath, String^ toPath, SvnMoveArgs^ args ) |
Parameters
- sourcePath
- Type: System..::.String
[Missing <param name="sourcePath"/> documentation for "M:SharpSvn.SvnClient.Move(System.String,System.String,SharpSvn.SvnMoveArgs)"]
- toPath
- Type: System..::.String
[Missing <param name="toPath"/> documentation for "M:SharpSvn.SvnClient.Move(System.String,System.String,SharpSvn.SvnMoveArgs)"]
- args
- Type: SharpSvn..::.SvnMoveArgs
[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.Move(System.String,System.String,SharpSvn.SvnMoveArgs)"]
Return Value
[Missing <returns> documentation for M:SharpSvn.SvnClient.Move(System.String,System.String,SharpSvn.SvnMoveArgs)]