[This is preliminary documentation and is subject to change.]
Lock working copy paths or URLs in the repository, so that no other user can commit changes to them (svn lock)
Namespace:
SharpSvnAssembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public bool Lock( string target, SvnLockArgs args ) |
| Visual Basic (Declaration) |
|---|
Public Function Lock ( _ target As String, _ args As SvnLockArgs _ ) As Boolean |
| Visual C++ |
|---|
public: bool Lock( String^ target, SvnLockArgs^ args ) |
Parameters
- target
- Type: System..::.String
[Missing <param name="target"/> documentation for "M:SharpSvn.SvnClient.Lock(System.String,SharpSvn.SvnLockArgs)"]
- args
- Type: SharpSvn..::.SvnLockArgs
[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.Lock(System.String,SharpSvn.SvnLockArgs)"]
Return Value
[Missing <returns> documentation for M:SharpSvn.SvnClient.Lock(System.String,SharpSvn.SvnLockArgs)]