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

Extended Parameter container of Write(SvnTarget, Stream, SvnWriteArgs)

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

Syntax

C#
public class SvnWriteArgs : SvnClientArgs
Visual Basic (Declaration)
Public Class SvnWriteArgs _
	Inherits SvnClientArgs
Visual C++
public ref class SvnWriteArgs : public SvnClientArgs

Inheritance Hierarchy

System..::.Object
  SharpSvn..::.SvnClientArgs
    SharpSvn..::.SvnWriteArgs

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also