Click or drag to resize

CopyFileManager Constructor

Initializes a new instance of the CopyFileManager class.

Namespace:  Novacta.Transactions.IO
Assembly:  Novacta.Transactions.IO (in Novacta.Transactions.IO.dll) Version: 1.0.0
Syntax
public CopyFileManager(
	string sourcePath,
	string managedPath,
	bool overwrite
)

Parameters

sourcePath
Type: SystemString
The path of the file to copy.
managedPath
Type: SystemString
The name of the destination file. This cannot be a directory.
overwrite
Type: SystemBoolean
true if the managed (destination) file can be overwritten; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullException Parameter sourcePath is null.
-or-
Parameter managedPath is null.
See Also