Click or drag to resize

CreateFileManager Constructor

Initializes a new instance of the CreateFileManager class.

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

Parameters

managedPath
Type: SystemString
The path of the managed file.
overwrite
Type: SystemBoolean
true if the managed file can be overwritten; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionmanagedPath is null.
See Also