[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:  SharpSvn
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
public bool Lock(
	ICollection<string> targets,
	SvnLockArgs args
)
Visual Basic (Declaration)
Public Function Lock ( _
	targets As ICollection(Of String), _
	args As SvnLockArgs _
) As Boolean
Visual C++
public:
bool Lock(
	ICollection<String^>^ targets, 
	SvnLockArgs^ args
)

Parameters

targets
Type: System.Collections.Generic..::.ICollection<(Of <(String>)>)

[Missing <param name="targets"/> documentation for "M:SharpSvn.SvnClient.Lock(System.Collections.Generic.ICollection{System.String},SharpSvn.SvnLockArgs)"]

args
Type: SharpSvn..::.SvnLockArgs

[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.Lock(System.Collections.Generic.ICollection{System.String},SharpSvn.SvnLockArgs)"]

Return Value

[Missing <returns> documentation for M:SharpSvn.SvnClient.Lock(System.Collections.Generic.ICollection{System.String},SharpSvn.SvnLockArgs)]

See Also