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

Exports the specified target to the specified path

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

Syntax

C#
public bool Export(
	SvnTarget from,
	string toPath,
	SvnExportArgs args
)
Visual Basic (Declaration)
Public Function Export ( _
	from As SvnTarget, _
	toPath As String, _
	args As SvnExportArgs _
) As Boolean
Visual C++
public:
bool Export(
	SvnTarget^ from, 
	String^ toPath, 
	SvnExportArgs^ args
)

Parameters

from
Type: SharpSvn..::.SvnTarget

[Missing <param name="from"/> documentation for "M:SharpSvn.SvnClient.Export(SharpSvn.SvnTarget,System.String,SharpSvn.SvnExportArgs)"]

toPath
Type: System..::.String

[Missing <param name="toPath"/> documentation for "M:SharpSvn.SvnClient.Export(SharpSvn.SvnTarget,System.String,SharpSvn.SvnExportArgs)"]

args
Type: SharpSvn..::.SvnExportArgs

[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.Export(SharpSvn.SvnTarget,System.String,SharpSvn.SvnExportArgs)"]

Return Value

[Missing <returns> documentation for M:SharpSvn.SvnClient.Export(SharpSvn.SvnTarget,System.String,SharpSvn.SvnExportArgs)]

Remarks

Subversion optimizes this call if you specify a workingcopy file instead of an url

See Also