[This is preliminary documentation and is subject to change.]
Extended Parameter container of Import(String, Uri, SvnImportArgs) and RemoteImport(String, Uri, SvnImportArgs)
Namespace:
SharpSvnAssembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public class SvnImportArgs : SvnClientArgsWithCommit |
| Visual Basic (Declaration) |
|---|
Public Class SvnImportArgs _ Inherits SvnClientArgsWithCommit |
| Visual C++ |
|---|
public ref class SvnImportArgs : public SvnClientArgsWithCommit |
Inheritance Hierarchy
System..::.Object
SharpSvn..::.SvnClientArgs
SharpSvn..::.SvnClientArgsWithCommit
SharpSvn..::.SvnImportArgs
SharpSvn..::.SvnClientArgs
SharpSvn..::.SvnClientArgsWithCommit
SharpSvn..::.SvnImportArgs
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.