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

Recursively adds the specified path

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

Syntax

C#
public bool Add(
	string path
)
Visual Basic (Declaration)
Public Function Add ( _
	path As String _
) As Boolean
Visual C++
public:
bool Add(
	String^ path
)

Parameters

path
Type: System..::.String

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

Return Value

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

Exceptions

ExceptionCondition
Operation failed
Parameters invalid

See Also