[This is preliminary documentation and is subject to change.]
Remove files and directories from version control at the repository (svn delete|remove)
Namespace:
SharpSvnAssembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public bool RemoteDelete( Uri uri, SvnDeleteArgs args ) |
| Visual Basic (Declaration) |
|---|
Public Function RemoteDelete ( _ uri As Uri, _ args As SvnDeleteArgs _ ) As Boolean |
| Visual C++ |
|---|
public: bool RemoteDelete( Uri^ uri, SvnDeleteArgs^ args ) |
Parameters
- uri
- Type: System..::.Uri
[Missing <param name="uri"/> documentation for "M:SharpSvn.SvnClient.RemoteDelete(System.Uri,SharpSvn.SvnDeleteArgs)"]
- args
- Type: SharpSvn..::.SvnDeleteArgs
[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.RemoteDelete(System.Uri,SharpSvn.SvnDeleteArgs)"]
Return Value
[Missing <returns> documentation for M:SharpSvn.SvnClient.RemoteDelete(System.Uri,SharpSvn.SvnDeleteArgs)]