[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(
	Uri target,
	string comment
)
Visual Basic (Declaration)
Public Function Lock ( _
	target As Uri, _
	comment As String _
) As Boolean
Visual C++
public:
bool Lock(
	Uri^ target, 
	String^ comment
)

Parameters

target
Type: System..::.Uri

[Missing <param name="target"/> documentation for "M:SharpSvn.SvnClient.Lock(System.Uri,System.String)"]

comment
Type: System..::.String

[Missing <param name="comment"/> documentation for "M:SharpSvn.SvnClient.Lock(System.Uri,System.String)"]

Return Value

[Missing <returns> documentation for M:SharpSvn.SvnClient.Lock(System.Uri,System.String)]

See Also