[This is preliminary documentation and is subject to change.]
Remove files and directories from version control, scheduling (svn delete|remove)
Namespace:
SharpSvnAssembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public bool Delete( ICollection<string> paths ) |
| Visual Basic (Declaration) |
|---|
Public Function Delete ( _ paths As ICollection(Of String) _ ) As Boolean |
| Visual C++ |
|---|
public: bool Delete( ICollection<String^>^ paths ) |
Parameters
- paths
- Type: System.Collections.Generic..::.ICollection<(Of <(String>)>)
[Missing <param name="paths"/> documentation for "M:SharpSvn.SvnClient.Delete(System.Collections.Generic.ICollection{System.String})"]
Return Value
[Missing <returns> documentation for M:SharpSvn.SvnClient.Delete(System.Collections.Generic.ICollection{System.String})]