[This is preliminary documentation and is subject to change.]

Performs a checkout of url to path to the specified param

Namespace:  SharpSvn
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
public bool CheckOut(
	SvnUriTarget url,
	string path,
	SvnCheckOutArgs args
)
Visual Basic (Declaration)
Public Function CheckOut ( _
	url As SvnUriTarget, _
	path As String, _
	args As SvnCheckOutArgs _
) As Boolean
Visual C++
public:
bool CheckOut(
	SvnUriTarget^ url, 
	String^ path, 
	SvnCheckOutArgs^ args
)

Parameters

url
Type: SharpSvn..::.SvnUriTarget

[Missing <param name="url"/> documentation for "M:SharpSvn.SvnClient.CheckOut(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnCheckOutArgs)"]

path
Type: System..::.String

[Missing <param name="path"/> documentation for "M:SharpSvn.SvnClient.CheckOut(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnCheckOutArgs)"]

args
Type: SharpSvn..::.SvnCheckOutArgs

[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.CheckOut(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnCheckOutArgs)"]

Return Value

true if the operation succeeded; false if it did not

Exceptions

ExceptionCondition
Operation failed and args.ThrowOnError = true
Parameters invalid

See Also