[This is preliminary documentation and is subject to change.]
Send changes from your working copy to the repository (svn commit)
Namespace:
SharpSvnAssembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public bool Commit( ICollection<string> paths ) |
| Visual Basic (Declaration) |
|---|
Public Function Commit ( _ paths As ICollection(Of String) _ ) As Boolean |
| Visual C++ |
|---|
public: bool Commit( ICollection<String^>^ paths ) |
Parameters
- paths
- Type: System.Collections.Generic..::.ICollection<(Of <(String>)>)
[Missing <param name="paths"/> documentation for "M:SharpSvn.SvnClient.Commit(System.Collections.Generic.ICollection{System.String})"]
Return Value
[Missing <returns> documentation for M:SharpSvn.SvnClient.Commit(System.Collections.Generic.ICollection{System.String})]