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

Adds the specified path

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

Syntax

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

Parameters

path
Type: System..::.String

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

args
Type: SharpSvn..::.SvnAddArgs

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

Return Value

true if the operation succeeded; false if it did not

Exceptions

ExceptionCondition
Operation failed and args.ThrowOnError = true
Parameters invalid

See Also