[This is preliminary documentation and is subject to change.]
Recursively updates the specified path
Namespace:
SharpSvnAssembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public bool Update( string path, SvnUpdateArgs args ) |
| Visual Basic (Declaration) |
|---|
Public Function Update ( _ path As String, _ args As SvnUpdateArgs _ ) As Boolean |
| Visual C++ |
|---|
public: bool Update( String^ path, SvnUpdateArgs^ args ) |
Parameters
- path
- Type: System..::.String
[Missing <param name="path"/> documentation for "M:SharpSvn.SvnClient.Update(System.String,SharpSvn.SvnUpdateArgs)"]
- args
- Type: SharpSvn..::.SvnUpdateArgs
[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.Update(System.String,SharpSvn.SvnUpdateArgs)"]
Return Value
[Missing <returns> documentation for M:SharpSvn.SvnClient.Update(System.String,SharpSvn.SvnUpdateArgs)]
Exceptions
| Exception | Condition |
|---|---|
| Operation failed and args.ThrowOnError = true | |
| Parameters invalid |